Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/issue-1096-firefox-support' into…
Browse files Browse the repository at this point in the history
… issue-1096-firefox-support
  • Loading branch information
kuceb committed Feb 6, 2020
2 parents be439fc + 88d22da commit 4106e25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ commands:
steps:
- attach_workspace:
at: ~/
- run:
command: if [[ << parameters.browser >> = 'firefox' ]]; then wget -O /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefox/releases/72.0.1/linux-x86_64/en-US/firefox-72.0.1.tar.bz2 && tar -C /opt -xjf /tmp/firefox.tar.bz2 && rm /tmp/firefox.tar.bz2 && ln -fs /opt/firefox/firefox /usr/bin/firefox; fi
- run:
command: npm run test-e2e -- --chunk << parameters.chunk >> --browser << parameters.browser >>
working_directory: packages/server
Expand Down Expand Up @@ -706,6 +708,8 @@ jobs:
steps:
- attach_workspace:
at: ~/
- run:
command: wget -O /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefox/releases/72.0.1/linux-x86_64/en-US/firefox-72.0.1.tar.bz2 && tar -C /opt -xjf /tmp/firefox.tar.bz2 && rm /tmp/firefox.tar.bz2 && ln -fs /opt/firefox/firefox /usr/bin/firefox
- run:
command: npm start
background: true
Expand Down

0 comments on commit 4106e25

Please sign in to comment.