File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,12 @@ jobs:
31
31
uses : actions/setup-go@v5.0.2
32
32
with :
33
33
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
36
36
- name : Install go-task
37
37
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
43
40
- name : run unit tests
44
41
run : task test-pwa-unit
45
42
- name : run integration tests
You can’t perform that action at this time.
0 commit comments