We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d774a02 commit f55e82fCopy full SHA for f55e82f
.github/workflows/playwright.yml
@@ -8,7 +8,7 @@ jobs:
8
timeout-minutes: 60
9
runs-on: ubuntu-22.04
10
steps:
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
12
- name: start SearXNG
13
run: docker run --rm -d -p 8888:8080 searxng/searxng
14
- uses: actions/setup-node@v4
@@ -20,13 +20,12 @@ jobs:
20
run: npm run install
21
- name: Run Playwright tests
22
run: npm run test
23
- if: always()
24
- name: Generate report
25
run: |
26
npm run report
27
echo "dev.searxng.org" > allure-report/CNAME
28
- name: Deploy to the report branch
29
- uses: JamesIves/github-pages-deploy-action@v4.3.3
+ uses: JamesIves/github-pages-deploy-action@v4.7.2
30
with:
31
branch: report
32
folder: allure-report
0 commit comments