From f412abe7edfd20bba27e71680ef84d74bd9b060b Mon Sep 17 00:00:00 2001 From: Julian Geiger Date: Fri, 22 Nov 2024 11:53:01 +0100 Subject: [PATCH] Fix typo in nightly --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fe92b602b7..9217e534f8 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -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