diff --git a/.circleci/config.yml b/.circleci/config.yml index 5ccdfc8360..bee02b8ed5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -108,7 +108,7 @@ jobs: name: Start Selenium command: yarn run selenium background: true - - run: zsh ./apps/remix-ide/ci/remixd_test.sh + - run: bash ./apps/remix-ide/ci/remixd_test.sh - store_test_results: path: ./reports/tests - store_artifacts: diff --git a/apps/remix-ide/ci/remixd_test.sh b/apps/remix-ide/ci/remixd_test.sh index 211d8f7716..109267a8e3 100755 --- a/apps/remix-ide/ci/remixd_test.sh +++ b/apps/remix-ide/ci/remixd_test.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env zsh +#!/usr/bin/env bash set -e @@ -9,7 +9,7 @@ TEST_EXITCODE=0 echo $SHELL # install foundry -curl -L https://foundry.paradigm.xyz | zsh +curl -L https://foundry.paradigm.xyz | bash # export /home/circleci/.foundry/bin to PATH export PATH=$PATH:/home/circleci/.foundry/bin foundryup