Explorar el Código

Upload earlier

Signed-off-by: Stefan Scherer <[email protected]>
Stefan Scherer hace 2 años
padre
commit
8c9af2cfa9
Se han modificado 1 ficheros con 5 adiciones y 19 borrados
  1. 5 19
      .github/workflows/e2e-mac.yml

+ 5 - 19
.github/workflows/e2e-mac.yml

@@ -123,25 +123,11 @@ jobs:
       - name: Wait for Docker to be up and running
         shell: bash
         run: |
-          sleep 60
-          echo wait another minute
-          sleep 60
-          echo wait another minute
-          sleep 60
-          echo wait another minute
-          sleep 60
-          echo wait another minute
-          sleep 60
-
-      - name: Docker PS
-        continue-on-error: true
-        run: |
-          docker ps --all
-
-      - name: Wait for Docker to be up and running
-        shell: bash
-        run: |
-          sleep 60
+          echo wait a minute
+          sleep 30
+          echo ...
+          sleep 30
+          echo ok
 
       - name: Upload diagnostics
         continue-on-error: true