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

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

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# set -e
set -e
BUILD_ID=${CIRCLE_BUILD_NUM:-${TRAVIS_JOB_NUMBER}}
echo "$BUILD_ID"

Loading…
Cancel
Save