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 ```