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 3535 node-version : ${{ matrix.node-version }}
3636 cache : npm
3737
38- - name : Install Playwright dependencies
39- run : npx playwright install --with-deps
40-
4138 # Set up GitHub Actions caching for Wireit.
4239 - uses : google/wireit@setup-github-actions-caching/v2
4340
5451 - name : Build specific packages for production
5552 run : npm run build:production
5653
54+ - name : Install Playwright dependencies
55+ run : npx playwright install --with-deps
56+
5757 - name : Test
5858 run : npm run test:node
5959
7777 node-version : ' 20'
7878 cache : ' npm'
7979
80- - name : Install Playwright dependencies
81- run : npx playwright install --with-deps
82-
8380 # Set up GitHub Actions caching for Wireit.
8481 - uses : google/wireit@setup-github-actions-caching/v2
8582
9390 - name : Build specific packages for production
9491 run : npm run build:production
9592
93+ - name : Install Playwright dependencies
94+ run : npx playwright install --with-deps
95+
9696 - name : Test
9797 run : npm run test:node
You can’t perform that action at this time.
0 commit comments