Skip to content

Commit

Permalink
no logging, just force shutting my gastsby server and seeing if it ru…
Browse files Browse the repository at this point in the history
…ns without the pkill
  • Loading branch information
jonolane committed Nov 18, 2023
1 parent 670a3f7 commit 0c007a9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sanityUpdateDisplay.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
# run: npm install -g gatsby-cli

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

- name: Print pkill version
run: pkill -V
#- name: Print pkill version
# run: pkill

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

- name: Clean Gatsby cache
run: npx gatsby clean
Expand Down

0 comments on commit 0c007a9

Please sign in to comment.