Skip to content

Commit

Permalink
Merge pull request #1428 from dandi/sched-opt
Browse files Browse the repository at this point in the history
Fix spelling of `--scheduled` option used in scheduled tests
  • Loading branch information
yarikoptic committed Apr 16, 2024
2 parents d5e2a76 + 05f3e37 commit 15196a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Use scheduled test configuration
if: github.event_name == 'schedule'
run: echo PYTEST_ADDOPTS=--schedule >> "$GITHUB_ENV"
run: echo PYTEST_ADDOPTS=--scheduled >> "$GITHUB_ENV"

- name: Run all tests
if: matrix.mode != 'dandi-api'
Expand Down

0 comments on commit 15196a9

Please sign in to comment.