File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 67
67
with :
68
68
node-version : lts/*
69
69
- uses : ipfs/aegir/actions/cache-node-modules@main
70
+ - name : Cache Playwright dependencies
71
+ id : playwright-cache
72
+ uses : actions/cache@v4
73
+ with :
74
+ path : ~/.cache/ms-playwright
75
+ key : playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
76
+ restore-keys : |
77
+ playwright-${{ runner.os }}-
70
78
- run : npx playwright install --with-deps
79
+ timeout-minutes : 10 # should take no longer than 2min
71
80
- run : npm run --if-present test:chrome
72
81
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
73
82
with :
@@ -98,7 +107,16 @@ jobs:
98
107
with :
99
108
node-version : lts/*
100
109
- uses : ipfs/aegir/actions/cache-node-modules@main
110
+ - name : Cache Playwright dependencies
111
+ id : playwright-cache
112
+ uses : actions/cache@v4
113
+ with :
114
+ path : ~/.cache/ms-playwright
115
+ key : playwright-${{ runner.os }}-${{ hashFiles('**/package-lock.json') }}
116
+ restore-keys : |
117
+ playwright-${{ runner.os }}-
101
118
- run : npx playwright install --with-deps
119
+ timeout-minutes : 10 # should take no longer than 2min
102
120
- run : npm run --if-present test:firefox
103
121
- uses : codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
104
122
with :
You can’t perform that action at this time.
0 commit comments