Skip to content

Commit bc7f71f

Browse files
authored
gh action E2E Tests Report
1 parent 72392c0 commit bc7f71f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/tests.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Tests
33
on:
44
deployment_status:
55

6+
permissions:
7+
contents: read
8+
pages: write
9+
id-token: write
10+
611
jobs:
712
tests:
813
name: Tests E2E
@@ -62,6 +67,18 @@ jobs:
6267
path: playwright-report/
6368
retention-days: 30
6469

70+
e2e-tests-report:
71+
name: E2E Tests Report
72+
runs-on: ubuntu-latest
73+
needs: tests
74+
if: always()
75+
steps:
76+
- name: 📥 Get artifact
77+
uses: actions/download-artifact@v2
78+
with:
79+
name: playwright-report
80+
path: playwright-report
81+
6582
- name: 📄 Setup Pages
6683
uses: actions/configure-pages@v2
6784

0 commit comments

Comments
 (0)