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 4a2b928 commit e16e651Copy full SHA for e16e651
.github/workflows/pwa-tests.yml
@@ -32,6 +32,8 @@ jobs:
32
uses: actions/setup-go@v5.0.2
33
with:
34
go-version: '1.23.2'
35
+ - name: Install curl
36
+ run: apt-get update && apt-get install -y curl
37
- name: Install go-task
38
run: sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
39
- name: run unit tests
0 commit comments