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

Commit

Permalink
chore: do not double-build interface tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Jan 10, 2023
1 parent 1916ca8 commit 5f73eca
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
node: [16]
node: [lts/*]
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -188,8 +188,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: lts/*
- run: npm install
- run: npm run build
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run ${{ matrix.suite }} -- -- -t ${{ matrix.type }}
- uses: codecov/codecov-action@f32b3a3741e1053eb607407145bc9619351dc93b # v2.1.0
with:
Expand Down

0 comments on commit 5f73eca

Please sign in to comment.