Skip to content

Commit

Permalink
Update runTests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
barnuri authored Jul 3, 2024
1 parent c27d940 commit 7654322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runTests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: download swagger file
run: curl https://petstore.swagger.io/v2/swagger.json -o $OPENAPI_TOOLKIT_TESTFILE
if: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.useComplexSwagger != 'true' }}
if: ${{ github.event_name != 'workflow_dispatch' || (github.event_name == 'workflow_dispatch' && github.event.inputs.useComplexSwagger != 'true') }}

- name: install dependencies
run: rm -rf .npmrc && npm i
Expand Down

0 comments on commit 7654322

Please sign in to comment.