Skip to content

Commit

Permalink
Allow skipping harvest for static tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qtomlinson committed Nov 20, 2024
1 parent 719a74a commit 0f553c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: npm test

- name: Trigger harvest and verify completion if required
if: github.event.inputs.skipHarvest == 'false'
if: github.event.inputs.skipHarvest == 'false' || matrix.dynamicCoordinates == 'true'
run: DYNAMIC_COORDINATES=${{ matrix.dynamicCoordinates }} npm run e2e-test-harvest

- name: Verify service functions
Expand Down

0 comments on commit 0f553c1

Please sign in to comment.