Skip to content

Commit f55e82f

Browse files
authored
Update playwright.yml
1 parent d774a02 commit f55e82f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
timeout-minutes: 60
99
runs-on: ubuntu-22.04
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: start SearXNG
1313
run: docker run --rm -d -p 8888:8080 searxng/searxng
1414
- uses: actions/setup-node@v4
@@ -20,13 +20,12 @@ jobs:
2020
run: npm run install
2121
- name: Run Playwright tests
2222
run: npm run test
23-
if: always()
2423
- name: Generate report
2524
run: |
2625
npm run report
2726
echo "dev.searxng.org" > allure-report/CNAME
2827
- name: Deploy to the report branch
29-
uses: JamesIves/github-pages-deploy-action@v4.3.3
28+
uses: JamesIves/github-pages-deploy-action@v4.7.2
3029
with:
3130
branch: report
3231
folder: allure-report

0 commit comments

Comments
 (0)