Skip to content

Commit

Permalink
use prebuilds for faster runs
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Feb 24, 2024
1 parent 0928dc6 commit 13bb9f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ jobs:
# - name: Download prebuilds
# uses: actions/download-artifact@v3
- run: FETCH_ASSETS=true REPO=you54f/pact-js-core ./script/ci/check-release-libs.sh --fetch-assets -t v15.0.0
env:
GITHUB_TOKEN: ${{ github.token }}


- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v4
Expand Down

0 comments on commit 13bb9f6

Please sign in to comment.