Skip to content

Commit

Permalink
Fix spelling of --scheduled option used in scheduled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Apr 16, 2024
1 parent d5e2a76 commit 05f3e37
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 05f3e37

Please sign in to comment.