fix entrypoint in test by podman after usrmerge
Some checks failed
Building alt images / test-process (push) Has been cancelled
Building alt images / build-process (push) Has been cancelled

This commit is contained in:
Nadezhda Fedorova 2024-08-07 11:46:59 +03:00
parent 4a434a443b
commit 3f4409b2c4

View File

@ -110,7 +110,7 @@ jobs:
id: test-script
if: ${{ needs.build-process.outputs.test != '' }}
continue-on-error: true
run: podman run --rm --entrypoint=\"/bin/sh\" $URL/$IM:$BR -c \"$TEST\"
run: podman run --rm --entrypoint=\"/usr/bin/sh\" $URL/$IM:$BR -c \"$TEST\"
env:
IM: ${{ needs.build-process.outputs.image }}
BR: ${{ needs.build-process.outputs.branch }}