mirror of
https://github.com/agersant/polaris
synced 2024-11-10 02:04:13 +00:00
Tentative fix for Linux install CI
This commit is contained in:
parent
fd6a13083d
commit
123eee7d2d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate-install.yml
vendored
2
.github/workflows/validate-install.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
||||||
- name: Make a request
|
- name: Make a request
|
||||||
run: curl -f http://localhost:5050
|
run: curl -f http://localhost:5050
|
||||||
- name: Stop Polaris
|
- 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
|
- name: Uninstall
|
||||||
run: sudo make uninstall
|
run: sudo make uninstall
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue