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 cc7a270 commit c4debefCopy full SHA for c4debef
.github/workflows/pwa-tests.yml
@@ -34,9 +34,9 @@ jobs:
34
with:
35
go-version: '1.23.2'
36
- name: Install curl
37
- run: apt-get update && apt-get install -y curl
+ run: sudo apt-get update && sudo apt-get install -y curl
38
- name: Install go-task
39
- run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
+ run: sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
40
- name: run unit tests
41
run: task test-pwa-unit
42
- name: run integration tests
0 commit comments