Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 5f73eca

Browse files
committed
chore: do not double-build interface tests
1 parent 1916ca8 commit 5f73eca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
matrix:
4343
os: [ubuntu-latest, macos-latest]
44-
node: [16]
44+
node: [lts/*]
4545
steps:
4646
- uses: actions/checkout@v2
4747
with:
@@ -188,8 +188,7 @@ jobs:
188188
- uses: actions/setup-node@v2
189189
with:
190190
node-version: lts/*
191-
- run: npm install
192-
- run: npm run build
191+
- uses: ipfs/aegir/actions/cache-node-modules@master
193192
- run: npm run ${{ matrix.suite }} -- -- -t ${{ matrix.type }}
194193
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0
195194
with:

0 commit comments

Comments
 (0)