Remove GitHub actions warning when running e2e test with NOP payload

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2024-04-30 14:50:55 +02:00
parent 9df9db7309
commit 187d49f7ea
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C

View File

@ -330,7 +330,7 @@ runs:
if: (inputs.test == 'nop') || (inputs.test == 'upgrade')
shell: bash
run: |
echo "::warning::This test has a nop payload. It doesn't run any tests."
echo "This test has a nop payload. It doesn't run any tests."
echo "Sleeping for 30 seconds to allow logs to propagate to the log collection service."
sleep 30