Skip to content

Commit

Permalink
chore: elevate qcadmin execution to require sudo privileges
Browse files Browse the repository at this point in the history
- Change command to run `qcadmin` from a normal execution to a sudo execution.

Signed-off-by: ysicing <[email protected]>
  • Loading branch information
ysicing committed Jan 17, 2025
1 parent 5a443c2 commit b08475a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
task linux
- name: test qcadmin
run: |
./_output/qcadmin_linux_amd64 version
sudo ./_output/qcadmin_linux_amd64 version
sudo ./_output/qcadmin_linux_amd64 init --domain github.local --debug
- name: test qcadmin
run: |
Expand Down

0 comments on commit b08475a

Please sign in to comment.