Skip to content

Commit e13104c

Browse files
author
Piotr Gulbinowicz
committed
add sudo to netcat install
1 parent 1b3b6ff commit e13104c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pwa-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install go-task
3737
run: sudo sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b /usr/local/bin
3838
- name: Install netcat
39-
run: apt-get update && apt-get install -y netcat-traditional
39+
run: sudo apt-get update && sudo apt-get install -y netcat-traditional
4040
- name: check pwa with nc
4141
run: nc -vz localhost 8080
4242
- name: check api with nc

0 commit comments

Comments
 (0)