Skip to content

Commit

Permalink
Tweak ci
Browse files Browse the repository at this point in the history
  • Loading branch information
eternauta1337 committed Feb 24, 2024
1 parent 37dfc1a commit ef7cdd8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ on:
jobs:
setup:
runs-on: ubuntu-latest
outputs:
cache-key: ${{ steps.cache.outputs.key }}
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
Expand All @@ -25,7 +23,6 @@ jobs:
- name: Start local chain
run: npm run chain & sleep 10
- name: Cache node modules
id: cache
uses: actions/cache@v2
with:
path: '**/node_modules'
Expand Down Expand Up @@ -60,6 +57,4 @@ jobs:
uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ needs.setup.outputs.cache-key }}
- name: Test ${{ matrix.package }}
run: cd packages/${{ matrix.package }} && npm t
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 comments on commit ef7cdd8

Please sign in to comment.