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 1b3b6ff commit e13104cCopy full SHA for e13104c
.github/workflows/pwa-tests.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Install go-task
37
run: sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
38
- name: Install netcat
39
- run: apt-get update && apt-get install -y netcat-traditional
+ run: sudo apt-get update && sudo apt-get install -y netcat-traditional
40
- name: check pwa with nc
41
run: nc -vz localhost 8080
42
- name: check api with nc
0 commit comments