Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyyconsensys committed Jun 14, 2024
1 parent 6f539aa commit b7a7197
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: npm-tarballs-${{ github.run_id }}
restore-keys: |
npm-tarballs
- run: yarn --no-immutable --immutable-cache
- run: yarn --no-immutable
- run: yarn build

lint:
Expand All @@ -53,7 +53,7 @@ jobs:
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn --no-immutable --immutable-cache
- run: yarn --no-immutable
- run: yarn lint

test:
Expand All @@ -71,6 +71,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
- run: yarn --no-immutable --immutable-cache
- run: yarn --no-immutable
- run: yarn build
- run: yarn test

0 comments on commit b7a7197

Please sign in to comment.