Browse Source

forgot "run"

Rodja Trappe 2 years ago
parent
commit
756438bea3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -23,7 +23,7 @@ jobs:
       - name: setup chromedriver
         uses: nanasess/setup-chromedriver@v1
       - name: pytest
-        run: poetry pytest
+        run: poetry run pytest
 
   slack:
     needs: