Skip to content

Commit 686be95

Browse files
author
Piotr Gulbinowicz
committed
change chrome to chromium
1 parent a0c59e8 commit 686be95

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/pwa-tests.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@ jobs:
3131
uses: actions/setup-go@v5.0.2
3232
with:
3333
go-version: '1.23.2'
34-
- name: Install curl and wget
35-
run: sudo apt-get update && sudo apt-get install -y curl wget
34+
- name: Install curl
35+
run: sudo apt-get update && sudo apt-get install -y curl
3636
- name: Install go-task
3737
run: sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
38-
- name: install chrome
39-
run : |
40-
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
41-
sudo dpkg -i google-chrome-stable_current_amd64.deb || true
42-
sudo apt-get --fix-broken install
38+
- name: install chromium
39+
run : sudo apt-get update && sudo apt-get install -y chromium-browser
4340
- name: run unit tests
4441
run: task test-pwa-unit
4542
- name: run integration tests

0 commit comments

Comments
 (0)