Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 committed Aug 15, 2024
1 parent e1dd2d4 commit 3af735c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ jobs:
# Just echoing for now so we can see the cache key
- run: echo npm-${{ hashFiles('package-lock.json') }}
- run: echo ${{ github.workflow }}-${{ github.head_ref || github.run_id }}-build

outputs:
cache-key: steps.restore-cache.outputs.key

block:
needs: build
uses: ./.github/workflows/block-build.yml
with:
cache-key: npm-${{ hashFiles('package-lock.json') }}
cache-key: jobs.build.outputs.cache-key

# blockchain:
# needs: build
Expand Down

0 comments on commit 3af735c

Please sign in to comment.