Skip to content

Commit 53f8ad3

Browse files
author
Piotr Gulbinowicz
committed
ci check for chrome in path
1 parent 686be95 commit 53f8ad3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pwa-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ jobs:
3636
- name: Install go-task
3737
run: sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
3838
- name: install chromium
39-
run : sudo apt-get update && sudo apt-get install -y chromium-browser
39+
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
4044
- name: run unit tests
4145
run: task test-pwa-unit
4246
- name: run integration tests

0 commit comments

Comments
 (0)