Skip to content

Commit

Permalink
actions v1
Browse files Browse the repository at this point in the history
  • Loading branch information
2amjsouza committed Oct 24, 2024
1 parent 681320c commit 7991136
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
- name: Build the Docker image
run: docker compose up -d

- name: Sleep
uses: jakejarvis/wait-action@master
with:
time: '60s'

- name: Check running containers
run: docker ps

Expand Down

0 comments on commit 7991136

Please sign in to comment.