Browse Source

Update demo.yml

John Guan 3 years ago
parent
commit
46e9458e82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/demo.yml

+ 1 - 1
.github/workflows/demo.yml

@@ -54,10 +54,10 @@ jobs:
             if [ $NEW_INSTANCE_STATE == running ]
             if [ $NEW_INSTANCE_STATE == running ]
             then
             then
               echo "New instance is running now"
               echo "New instance is running now"
+              sleep 10s
               break
               break
             fi
             fi
           done
           done
-          sleep 10s
           
           
       - name: Put instance public ports
       - name: Put instance public ports
         run: |
         run: |