Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgibbs committed Nov 15, 2023
1 parent dc9a359 commit 69bc38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Install wasi-vfs for wasify
run: curl -LO https://github.com/kateinoigakukun/wasi-vfs/releases/download/v0.1.1/wasi-vfs-cli-x86_64-apple-darwin.zip && unzip wasi-vfs-cli-x86_64-apple-darwin.zip && mkdir -p bin && mv wasi-vfs bin/
- name: Install gems for implementations
run: cd implementations/scarpe-wasm && bundle update && cd pkg_dir && bundle update && cd ../../scarpe-webview && bundle update && cd ../../niente && bundle update
run: cd implementations/scarpe-wasm && bundle update && cd pkg_dir && bundle update && cd ../../scarpe-webview && bundle update && cd ../niente && bundle update
- name: Run Shoes-Spec tests
run: PATH=`pwd`/bin:$PATH bundle exec rake shoes-spec

0 comments on commit 69bc38e

Please sign in to comment.