Skip to content

Commit

Permalink
chore(github-actions): [#222] cucumber integration test DEV - fix def…
Browse files Browse the repository at this point in the history
…ault execution filter
  • Loading branch information
dsmf committed Jul 2, 2024
1 parent b38a072 commit 46733a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test-DEV.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
adminUserApiKey: ${{ secrets.DEV_ADMIN_USER_API_KEY }}
cucumberPublishToken: ${{ secrets.IRS_CUCUMBER_PUBLISH_TOKEN }}
with:
executionFilter: ${{ github.event.inputs.executionFilter }}
executionFilter: ${{ github.event.inputs.executionFilter || '!Ignore & !INACTIVE & INTEGRATION_TEST & DEV' }}

0 comments on commit 46733a1

Please sign in to comment.