Browse Source

forgot "run"

Rodja Trappe 2 năm trước cách đây
mục cha
commit
756438bea3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: