Fix firefox shell script

pull/5370/head
ioedeveloper 4 years ago
parent 53c067bc8d
commit e1efa818b7
  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