Skip to content

Commit c4debef

Browse files
author
Piotr Gulbinowicz
committed
fix ci
1 parent cc7a270 commit c4debef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pwa-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
with:
3535
go-version: '1.23.2'
3636
- name: Install curl
37-
run: apt-get update && apt-get install -y curl
37+
run: sudo apt-get update && sudo apt-get install -y curl
3838
- name: Install go-task
39-
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
39+
run: sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
4040
- name: run unit tests
4141
run: task test-pwa-unit
4242
- name: run integration tests

0 commit comments

Comments
 (0)