Skip to content

Commit 5937bf5

Browse files
authored
Revert to old browsertime (#132)
1 parent c3a2cd9 commit 5937bf5

File tree

3 files changed

+2082
-653
lines changed

3 files changed

+2082
-653
lines changed

.github/workflows/unittests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,21 @@ on:
88
- main
99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [18.x, 20.x]
14+
node-version: [18.x]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/setup-node@v1
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- name: Install the Coach
22-
run: npm ci
22+
run: EDGEDRIVER_SKIP_DOWNLOAD=true npm ci
2323
- name: Install latest Chrome
2424
run: |
25-
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
25+
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
2626
sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
2727
sudo apt-get update
2828
sudo apt-get --only-upgrade install google-chrome-stable

0 commit comments

Comments
 (0)