Skip to content

Commit

Permalink
Mic 4666/schedule build slow tests (#342)
Browse files Browse the repository at this point in the history
Mic 4666/schedule build slow tests

Fixes format of command to trig if block to run schedule tests
- *Category*: CI
- *JIRA issue*: [MIC-4666](https://jira.ihme.washington.edu/browse/MIC-4666)

-updates format of command to trigger slow tests on schedule build

Testing
Tested new format with push event trigger.
  • Loading branch information
albrja authored Oct 26, 2023
1 parent 71e1c00 commit e379ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
isort . --check --verbose --only-modified --diff
- name: Test
run: |
if github.event_name == 'schedule'; then
if "${{ github.event_name == 'schedule' }}"; then
pytest --runslow ./tests
else
pytest --limit=1 ./tests
Expand Down

0 comments on commit e379ef0

Please sign in to comment.