Skip to content

Commit

Permalink
chore: update CI print path v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Jarczewski committed Oct 22, 2024
1 parent 17a9994 commit e151482
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,12 @@ jobs:
npm install
cd scripts
npm install
echo "pwd"
pwd
echo "GITHUB_WORKSPACE"
ls $GITHUB_WORKSPACE
echo "GITHUB_WORKSPACE/box-openapi"
ls $GITHUB_WORKSPACE/box-openapi
echo "GITHUB_WORKSPACE/box-openapi/openapi"
ls $GITHUB_WORKSPACE/box-openapi/openapi
npm run generate $GITHUB_WORKSPACE/openapi/openapi.json output typescript,swift,python,c#

0 comments on commit e151482

Please sign in to comment.