diff --git a/.github/workflows/python-playwright-pytest-bdd.yml b/.github/workflows/python-playwright-pytest-bdd.yml index 60a02f5..66970d0 100644 --- a/.github/workflows/python-playwright-pytest-bdd.yml +++ b/.github/workflows/python-playwright-pytest-bdd.yml @@ -46,7 +46,7 @@ jobs: run: pipenv run python -m playwright install - name: Run test cases - run: pipenv run python.py + run: pipenv run python run.py - uses: actions/upload-artifact@v3 if: always()