pull/5370/head
filip mertens 2 years ago
parent efc3678bc1
commit bc7a82b5bb
  1. 2
      .circleci/config.yml
  2. 4
      apps/remix-ide/ci/remixd_test.sh

@ -108,7 +108,7 @@ jobs:
name: Start Selenium name: Start Selenium
command: yarn run selenium command: yarn run selenium
background: true background: true
- run: zsh ./apps/remix-ide/ci/remixd_test.sh - run: bash ./apps/remix-ide/ci/remixd_test.sh
- store_test_results: - store_test_results:
path: ./reports/tests path: ./reports/tests
- store_artifacts: - store_artifacts:

@ -1,4 +1,4 @@
#!/usr/bin/env zsh #!/usr/bin/env bash
set -e set -e
@ -9,7 +9,7 @@ TEST_EXITCODE=0
echo $SHELL echo $SHELL
# install foundry # install foundry
curl -L https://foundry.paradigm.xyz | zsh curl -L https://foundry.paradigm.xyz | bash
# export /home/circleci/.foundry/bin to PATH # export /home/circleci/.foundry/bin to PATH
export PATH=$PATH:/home/circleci/.foundry/bin export PATH=$PATH:/home/circleci/.foundry/bin
foundryup foundryup

Loading…
Cancel
Save