Skip to content

Commit

Permalink
Wait for wasms to be built before downloading them
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Feb 2, 2024
1 parent be53550 commit e98307f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pre_release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Wait for wasms to be built
uses: lewagon/[email protected]
with:
ref: master
check-name: "Push canister wasms"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Download canister wasms
run: ./scripts/download-all-canister-wasms.sh $GITHUB_REF_NAME
continue-on-error: true
- name: Build canister wasms
if: ${{ failure() }}
uses: ./.github/workflows/push_canister_wasms.yaml
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
Empty file removed changelog.md
Empty file.

0 comments on commit e98307f

Please sign in to comment.