Fix firefox shell script

pull/343/head
ioedeveloper 5 years ago
parent 6234ad8480
commit acb9cc50e0
  1. 2
      apps/remix-ide/ci/browser_tests_firefox.sh

@ -23,7 +23,7 @@ sleep 5
npx nx build remix-ide-e2e
TESTFILES=$(circleci tests glob "./apps/remix-ide/test-browser/tests/**/*.test.js" | circleci tests split --split-by=timings)
TESTFILES=$(circleci tests glob "dist/apps/remix-ide-e2e/src/tests/**/*.test.js" | circleci tests split --split-by=timings)
for TESTFILE in $TESTFILES; do
npx nx e2e remix-ide-e2e --filePath=$TESTFILE --env=firefox || TEST_EXITCODE=1
done

Loading…
Cancel
Save