From 69bc38ea29984eea23452363ea09e7d7c954e9b5 Mon Sep 17 00:00:00 2001 From: Noah Gibbs Date: Wed, 15 Nov 2023 21:36:39 +0000 Subject: [PATCH] Fix typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7bb6d7f..4a26c89 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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