From 2236057efa21da596c3ae4e8d16d324bd44370e6 Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Fri, 23 Aug 2024 12:32:51 +0200 Subject: [PATCH] Fix pytest command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 64998a9a..f2504981 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,6 @@ jobs: - name: Run tests run: | pipenv run flake8 --ignore=W391 ./nats/js/ - pipenv run pytest -x -vv -s --continue-on-collection-error + pipenv run pytest -x -vv -s --continue-on-collection-errors env: PATH: $HOME/nats-server:$PATH