Skip to content

Commit

Permalink
Fix typo in nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
GeigerJ2 committed Nov 22, 2024
1 parent c2fd1fe commit f412abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
id: tests
env:
AIIDA_WARN_v3: 0
run: pytest -sv -db-backend sqlite -m 'requires_rmq' tests/
run: pytest -sv --db-backend sqlite -m 'requires_rmq' tests/

- name: Slack notification
# Always run this step (otherwise it would be skipped if any of the previous steps fail) but only if the
Expand Down

0 comments on commit f412abe

Please sign in to comment.