fix: running process check, match only node processes #160
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: xo-install test | |
on: | |
pull_request: | |
paths: | |
- 'xo-install.sh' | |
- 'sample.xo-install.cfg' | |
workflow_dispatch: | |
jobs: | |
Test-Install: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: xo-install run | |
run: sudo ./xo-install.sh --install | |
shell: bash |