Skip to content

Commit

Permalink
-V flag for pkill
Browse files Browse the repository at this point in the history
  • Loading branch information
jonolane committed Nov 18, 2023
1 parent 1d36214 commit 670a3f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sanityUpdateDisplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
# github actions cannot run gatsby commands without global install
#- name: Install Gatsby
# run: npm install -g gatsby-cli

- name: Print pkill version
run: pkill --version

# attempt to echo processes
- name: List Gatsby processes
run: ps aux

- name: Print pkill version
run: pkill -V

# kill every development server instance / worker, if running
- name: Stop Gatsby development server
run: pkill -f 'gatsby'
Expand Down

0 comments on commit 670a3f7

Please sign in to comment.