From a76ef04e7f9abc30723d3e2f3fc6d7f1b6bd0efe Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 2 Jan 2024 11:13:51 -0500 Subject: [PATCH] ci(pr): update test image comment --- .github/workflows/pr-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-ci.yml b/.github/workflows/pr-ci.yml index e82cfc4b56..05de354620 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -158,6 +158,6 @@ jobs: message: |- Test image available: ``` - CRYOSTAT_IMAGE=${{ steps.push-to-ghcr.outputs.registry-path }} sh smoketest.sh + CRYOSTAT_IMAGE=${{ steps.push-to-ghcr.outputs.registry-path }} bash smoketest.bash # then open http://localhost:8080 ```