-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c9232a
commit 42ca0dd
Showing
33 changed files
with
28 additions
and
2,500 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,13 +30,13 @@ jobs: | |
- name: Setup npm | ||
run: npm i -g [email protected] | ||
|
||
- name: Install Firefox 61.0 | ||
run: | | ||
sudo apt-get purge firefox | ||
wget "https://ftp.mozilla.org/pub/firefox/releases/61.0/linux-x86_64/en-US/firefox-61.0.tar.bz2" | ||
tar -xjf firefox-61.0.tar.bz2 | ||
sudo mv firefox /opt/firefox | ||
sudo ln -s /opt/firefox/firefox /usr/bin/firefox | ||
# - name: Install Firefox 61.0 | ||
# run: | | ||
# sudo apt-get purge firefox | ||
# wget "https://ftp.mozilla.org/pub/firefox/releases/61.0/linux-x86_64/en-US/firefox-61.0.tar.bz2" | ||
# tar -xjf firefox-61.0.tar.bz2 | ||
# sudo mv firefox /opt/firefox | ||
# sudo ln -s /opt/firefox/firefox /usr/bin/firefox | ||
|
||
- name: Install Required System Packages | ||
run: sudo apt-get update && sudo apt-get install libxmlsec1-dev ubuntu-restricted-extras xvfb | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.