Skip to content

Commit

Permalink
Tentative fix for Linux install CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agersant committed Feb 3, 2024
1 parent fd6a130 commit 123eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Make a request
run: curl -f http://localhost:5050
- name: Stop Polaris
run: sudo kill -KILL $(cat /usr/local/var/run/polaris/polaris.pid)
run: sudo kill -KILL $(sudo cat /usr/local/var/run/polaris/polaris.pid)
- name: Uninstall
run: sudo make uninstall

Expand Down

0 comments on commit 123eee7

Please sign in to comment.