Skip to content

Commit

Permalink
fixed hatch run tests command for athena
Browse files Browse the repository at this point in the history
  • Loading branch information
VanTudor committed Jan 17, 2025
1 parent c1c0d5a commit 8dbdf7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
role-to-assume: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/${{ secrets.ASSUMABLE_ROLE_NAME }}
aws-region: ${{ vars.DBT_TEST_ATHENA_REGION_NAME }}
# run flaky tests command if is-flaky-test-run flag is true. Otherwise, run the other tests
- run: ${{ inputs.is-flaky-test-run && 'hatch run integration-tests -m flaky -n1 --ddtrace' || 'hatch run integration-tests -m "not flaky"' }}
- run: ${{ inputs.is-flaky-test-run && 'hatch run integration-tests -m flaky -n1' || 'hatch run integration-tests -m "not flaky"' }}
working-directory: ./${{ inputs.package }}

integration-tests-bigquery:
Expand Down

0 comments on commit 8dbdf7c

Please sign in to comment.