From 9a11d5a9671e49f5963e00a1004a83efdda47e48 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Tue, 2 Jan 2024 11:14:55 -0500 Subject: [PATCH] ci(pr): update test image comment (#1199) --- .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 3d99b72bf..d1a1df65f 100644 --- a/.github/workflows/pr-ci.yml +++ b/.github/workflows/pr-ci.yml @@ -160,6 +160,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 ```