We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2001c commit 36b2c5bCopy full SHA for 36b2c5b
1 file changed
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
BASE_URL: "https://gitlab-simfeatures.${{ secrets.PORTAINER_URL }}/ui"
61
USER_NAME: playwright
62
PASSWORD: ${{ secrets.PLAYWRIGHT_PASSWORD }}
63
- run: npx playwright test --project=chromium
+ run: npx playwright test --project=firefox
64
65
- name: Upload Playwright report
66
uses: actions/upload-artifact@v4
@@ -72,7 +72,7 @@ jobs:
72
73
unit-tests:
74
runs-on: ubuntu-latest
75
- needs: deploy-test
+ needs: playwright-tests
76
steps:
77
- name: Checkout
78
uses: actions/checkout@v4
0 commit comments