From 5f73ecadd7d397029be8dd9bc0dcd82469f07359 Mon Sep 17 00:00:00 2001 From: achingbrain Date: Tue, 10 Jan 2023 15:58:53 +0000 Subject: [PATCH] chore: do not double-build interface tests --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cb70dda93e..f0613afed6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,7 +41,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest] - node: [16] + node: [lts/*] steps: - uses: actions/checkout@v2 with: @@ -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: