mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-02 12:06:09 -04: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
1 changed files with 4 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue