Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Dec 10, 2019
1 parent 9a7c76e commit be08762
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ commands:
command: |
export EMTEST_BROWSER="/usr/bin/google-chrome $CHROME_FLAGS_BASE $CHROME_FLAGS_HEADLESS $CHROME_FLAGS_WASM $CHROME_FLAGS_NOCACHE"
python3 tests/runner.py browser
test-sockets-chrome:
test-upstream-sockets-chrome:
description: "Runs emscripten sockets tests under chrome"
steps:
- checkout
Expand Down Expand Up @@ -472,7 +472,7 @@ jobs:
test-upstream-sockets-chrome:
executor: bionic
steps:
- test-sockets-chrome
- test-upstream-sockets-chrome
test-upstream-browser-firefox:
executor: bionic
steps:
Expand Down Expand Up @@ -512,9 +512,9 @@ workflows:
- test-browser-chrome:
requires:
- build
- test-sockets-chrome:
- test-upstream-sockets-chrome:
requires:
- build
- build-upstream-linux
- test-ab:
requires:
- build
Expand Down

0 comments on commit be08762

Please sign in to comment.