Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove "build_linux_riscv64" as a pre-requisite for running CLI integration tests #4005

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
CLI tests don't need to download the "capi-linux-riscv64" artifacts
  • Loading branch information
Michael-F-Bryan committed Jun 16, 2023
commit ff534432e45b336f2c9e49c263a54c581181371f
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -728,6 +728,7 @@ jobs:
name: capi-macos-x64
path: package/cache/wasmercache4
- uses: actions/download-artifact@v3
if: false
with:
name: capi-linux-x64
path: package/cache/wasmercache5
Expand Down