Skip to content

Commit 36b2c5b

Browse files
🧪 ci order
1 parent aa2001c commit 36b2c5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
BASE_URL: "https://gitlab-simfeatures.${{ secrets.PORTAINER_URL }}/ui"
6161
USER_NAME: playwright
6262
PASSWORD: ${{ secrets.PLAYWRIGHT_PASSWORD }}
63-
run: npx playwright test --project=chromium
63+
run: npx playwright test --project=firefox
6464

6565
- name: Upload Playwright report
6666
uses: actions/upload-artifact@v4
@@ -72,7 +72,7 @@ jobs:
7272

7373
unit-tests:
7474
runs-on: ubuntu-latest
75-
needs: deploy-test
75+
needs: playwright-tests
7676
steps:
7777
- name: Checkout
7878
uses: actions/checkout@v4

0 commit comments

Comments
 (0)