mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-24 15:09:39 -05:00
add sleep after nop test (#2350)
Signed-off-by: Moritz Sanft <58110325+msanft@users.noreply.github.com>
This commit is contained in:
parent
dc837eddb5
commit
8f549f0622
5
.github/actions/e2e_test/action.yml
vendored
5
.github/actions/e2e_test/action.yml
vendored
@ -268,7 +268,10 @@ runs:
|
||||
- name: Nop test payload
|
||||
if: inputs.test == 'nop'
|
||||
shell: bash
|
||||
run: echo "::warning::This test has a nop payload. It doesn't run any tests."
|
||||
run: |
|
||||
echo "::warning::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
|
||||
|
||||
- name: Run sonobuoy quick test
|
||||
if: inputs.test == 'sonobuoy quick'
|
||||
|
Loading…
Reference in New Issue
Block a user