We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4383ad commit c46c1c8Copy full SHA for c46c1c8
.github/workflows/playwright.yml
@@ -25,12 +25,12 @@ jobs:
25
- name: Install Playwright Browsers
26
run: npx playwright install --with-deps
27
28
- -name: Run playwright tests
+ - name: Run Playwright tests
29
env:
30
GOREST_BASE_URL: ${{ secrets.GOREST_BASE_URL }}
31
GOREST_TOKEN: ${{ secrets.GOREST_TOKEN }}
32
run: npx playwright test
33
-
+
34
- name: Upload Test Report
35
uses: actions/upload-artifact@v4
36
if: ${{ !cancelled() }}
0 commit comments