diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 765f7a7..4e114c5 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -5,15 +5,15 @@ name: End-to-End Tests # Controls when the workflow will run on: # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: - - develop - - master +# push: +# branches: +# - develop +# - master - pull_request: - branches: - - develop - - master +# pull_request: +# branches: +# - develop +# - master # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -52,7 +52,7 @@ jobs: - name: Archive HTML Report on failure if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: report path: ./tests/e2e-playwright/config