pull/3285/head
filip mertens 2 years ago
parent d9953ad96e
commit 4073004257
  1. 2
      .circleci/config.yml
  2. 4
      apps/remix-ide/ci/remixd_test.sh

@ -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:

@ -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

Loading…
Cancel
Save