Skip to content

Commit 53557fa

Browse files
committed
moving back cache
1 parent 536174b commit 53557fa

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

.github/workflows/test.yaml

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,14 @@ jobs:
1717
1818
- uses: actions/checkout@v2
1919

20-
# - name: Cache node modules
21-
# uses: actions/cache@v1
22-
# with:
23-
# path: ~/.npm
24-
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25-
# restore-keys: |
26-
# ${{ runner.os }}-node-
27-
#
28-
# - uses: browser-actions/setup-chrome@latest
29-
# with:
30-
# chrome-version: stable
31-
# - run: chrome --version
32-
33-
# - uses: nanasess/setup-chromedriver@master
34-
# - run: |
35-
# export DISPLAY=:99
36-
# chromedriver --url-base=/wd/hub &
37-
# sudo Xvfb -ac :99 -screen 0 1280x1024x16 > /dev/null 2>&1 & # optional
20+
- name: Cache node modules
21+
uses: actions/cache@v1
22+
with:
23+
path: ~/.npm
24+
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
25+
restore-keys: |
26+
${{ runner.os }}-node-
27+
3828
- name: Use Node.js
3929
uses: actions/setup-node@v1
4030
with:

0 commit comments

Comments
 (0)