File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 35
35
node-version : ${{ matrix.node-version }}
36
36
cache : npm
37
37
38
- - name : Install Playwright dependencies
39
- run : npx playwright install --with-deps
40
-
41
38
# Set up GitHub Actions caching for Wireit.
42
39
- uses : google/wireit@setup-github-actions-caching/v2
43
40
54
51
- name : Build specific packages for production
55
52
run : npm run build:production
56
53
54
+ - name : Install Playwright dependencies
55
+ run : npx playwright install --with-deps
56
+
57
57
- name : Test
58
58
run : npm run test:node
59
59
77
77
node-version : ' 20'
78
78
cache : ' npm'
79
79
80
- - name : Install Playwright dependencies
81
- run : npx playwright install --with-deps
82
-
83
80
# Set up GitHub Actions caching for Wireit.
84
81
- uses : google/wireit@setup-github-actions-caching/v2
85
82
93
90
- name : Build specific packages for production
94
91
run : npm run build:production
95
92
93
+ - name : Install Playwright dependencies
94
+ run : npx playwright install --with-deps
95
+
96
96
- name : Test
97
97
run : npm run test:node
You can’t perform that action at this time.
0 commit comments