Skip to content

Commit

Permalink
Debug testing
Browse files Browse the repository at this point in the history
Switch to password

Add intended cronberry to PATH
  • Loading branch information
tekktrik committed Feb 12, 2024
1 parent 2d96f60 commit 49ee554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
deactivate
# Print version of cronberry being used
PATH="/home/$(whoami)/.local/bin:$PATH"
cronberry --version
# Update image cache instruction
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
deactivate
# Print version of cronberry being used
PATH="/home/$(whoami)/.local/bin:$PATH"
cronberry --version
# Update image cache instruction
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test_unpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
deactivate
# Print version of cronberry being used
PATH="/home/$(whoami)/.local/bin:$PATH"
cronberry --version
# Update image cache instruction
Expand Down

0 comments on commit 49ee554

Please sign in to comment.