File tree Expand file tree Collapse file tree 3 files changed +111
-109
lines changed Expand file tree Collapse file tree 3 files changed +111
-109
lines changed Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
test :
11
- timeout-minutes : 5
11
+ # Installing Playright dependencies can take quite awhile, and also depends on GitHub CI load.
12
+ timeout-minutes : 15
12
13
runs-on : ubuntu-latest
13
14
14
15
steps :
@@ -44,11 +45,12 @@ jobs:
44
45
if : steps.cache-playwright.outputs.cache-hit != 'true'
45
46
46
47
- name : Run Playwright tests
48
+ id : playwright-tests
47
49
run : npm run test:e2e
48
50
49
51
- name : Upload Playwright Report and Screenshots
50
52
uses : actions/upload-artifact@v4
51
- if : always()
53
+ if : steps.playwright-tests.conclusion != 'skipped'
52
54
with :
53
55
name : playwright-report
54
56
path : |
59
61
60
62
- name : Publish Playwright Test Summary
61
63
uses : daun/playwright-report-summary@v3
62
- if : always()
64
+ if : steps.playwright-tests.conclusion != 'skipped'
63
65
with :
64
66
create-comment : ${{ github.event.pull_request.head.repo.full_name == github.repository }}
65
67
report-file : client/results.json
Original file line number Diff line number Diff line change 40
40
"class-variance-authority" : " ^0.7.0" ,
41
41
"clsx" : " ^2.1.1" ,
42
42
"cmdk" : " ^1.0.4" ,
43
- "lucide-react" : " ^0.447 .0" ,
43
+ "lucide-react" : " ^0.523 .0" ,
44
44
"pkce-challenge" : " ^4.1.0" ,
45
45
"prismjs" : " ^1.30.0" ,
46
46
"react" : " ^18.3.1" ,
You can’t perform that action at this time.
0 commit comments