mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
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:
parent
9df9db7309
commit
187d49f7ea
2
.github/actions/e2e_test/action.yml
vendored
2
.github/actions/e2e_test/action.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user