Skip to content

Commit 07616aa

Browse files
authored
Update maven.yml
1 parent c60147b commit 07616aa

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ jobs:
3434
with:
3535
node-version: 14
3636
- run: npm i -g npm@8
37+
- name: Cache dependencies
38+
uses: actions/cache@v2
39+
with:
40+
path: ~/.npm
41+
key: npm-${{ hashFiles('package-lock.json') }}
42+
restore-keys: npm-
43+
- run: npm ci
3744
- run: npm run build
3845
- run: npx playwright install --with-deps ${{ matrix.browser }} chromium
3946
- run: npm run test -- --project=${{ matrix.browser }}

0 commit comments

Comments
 (0)