We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686be95 commit 53f8ad3Copy full SHA for 53f8ad3
.github/workflows/pwa-tests.yml
@@ -36,7 +36,11 @@ jobs:
36
- name: Install go-task
37
run: sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
38
- name: install chromium
39
- run : sudo apt-get update && sudo apt-get install -y chromium-browser
+ run: sudo apt-get update && sudo apt-get install -y chromium-browser
40
+ - name: run which on chromium and chrome
41
+ run: |
42
+ which chromium-browser
43
+ which google-chrome || true
44
- name: run unit tests
45
run: task test-pwa-unit
46
- name: run integration tests
0 commit comments