Skip to content

Commit

Permalink
directly run from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys committed Feb 7, 2024
1 parent ff5f952 commit 535b97b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
# Verify Wasmer runs
- name: Verify Wasmer runs
run: |
wasmer config set registry.url "https://registry.wasmer.io"
wasmer run robert/[email protected] -- "${{ env.ECHO_STRING }}" > output.txt
wasmer run https://wasmer.io/robert/[email protected] -- "${{ env.ECHO_STRING }}" > output.txt
grep "${{ env.ECHO_STRING }}" output.txt
test-versions:
Expand Down Expand Up @@ -78,6 +77,5 @@ jobs:
# Verify Wasmer runs
- name: Verify Wasmer runs
run: |
wasmer config set registry.url "https://registry.wasmer.io"
wasmer run robert/[email protected] -- "${{ env.ECHO_STRING }}" > output.txt
wasmer run https://wasmer.io/robert/[email protected] -- "${{ env.ECHO_STRING }}" > output.txt
grep "${{ env.ECHO_STRING }}" output.txt

0 comments on commit 535b97b

Please sign in to comment.