From 49ee554b618b42c34ea4028c5d8cc1c709e1a7fa Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Mon, 12 Feb 2024 17:39:45 -0500 Subject: [PATCH] Debug testing Switch to password Add intended cronberry to PATH --- .github/workflows/publish.yml | 1 + .github/workflows/test_publish.yml | 1 + .github/workflows/test_unpublish.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b344203..17d3274 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,6 +35,7 @@ jobs: deactivate # Print version of cronberry being used + PATH="/home/$(whoami)/.local/bin:$PATH" cronberry --version # Update image cache instruction diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index f1a1e9a..1d862b6 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -38,6 +38,7 @@ jobs: deactivate # Print version of cronberry being used + PATH="/home/$(whoami)/.local/bin:$PATH" cronberry --version # Update image cache instruction diff --git a/.github/workflows/test_unpublish.yml b/.github/workflows/test_unpublish.yml index b079182..32c890e 100644 --- a/.github/workflows/test_unpublish.yml +++ b/.github/workflows/test_unpublish.yml @@ -37,6 +37,7 @@ jobs: deactivate # Print version of cronberry being used + PATH="/home/$(whoami)/.local/bin:$PATH" cronberry --version # Update image cache instruction