From 6de285d0206a3c7e961915981835fe65abea84de Mon Sep 17 00:00:00 2001 From: bartjuw Date: Wed, 8 Nov 2023 11:19:57 -0800 Subject: [PATCH] Update build-libantimonyjs-github-actions.yml --- .github/workflows/build-libantimonyjs-github-actions.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-libantimonyjs-github-actions.yml b/.github/workflows/build-libantimonyjs-github-actions.yml index 4e32156..7981c2b 100644 --- a/.github/workflows/build-libantimonyjs-github-actions.yml +++ b/.github/workflows/build-libantimonyjs-github-actions.yml @@ -24,7 +24,6 @@ jobs: working-directory: emsdk - run: echo "$GITHUB_WORKSPACE/emsdk/upstream/emscripten" >> $GITHUB_PATH - run: echo "$GITHUB_WORKSPACE/emsdk" >> $GITHUB_PATH - - run: echo $GITHUB_PATH - name: confirm emscripten works run: emcc -v - run: echo $PATH @@ -93,7 +92,7 @@ jobs: run: node -v working-directory: test - name: run tests - run: node test_antimony.js + run: node test_antimony.js |grep 'Fail: 0' working-directory: test