Skip to content

Commit e16e651

Browse files
author
Piotr Gulbinowicz
committed
add curl install to pwa tests
1 parent 4a2b928 commit e16e651

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pwa-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
uses: actions/setup-go@v5.0.2
3333
with:
3434
go-version: '1.23.2'
35+
- name: Install curl
36+
run: apt-get update && apt-get install -y curl
3537
- name: Install go-task
3638
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
3739
- name: run unit tests

0 commit comments

Comments
 (0)