Skip to content

Commit

Permalink
sleep before build
Browse files Browse the repository at this point in the history
  • Loading branch information
olapiv committed Oct 25, 2024
1 parent 640cc3f commit 8b9aea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_test_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
- name: Build Rondis environment
run: |
ls -la
sleep 2
docker build -t rondis:latest -f Dockerfile .
docker run -d \
--name=$CONTAINER_NAME \
Expand Down

0 comments on commit 8b9aea8

Please sign in to comment.