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 0bf97d3 commit 3856d34
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,15 @@ jobs:
uses: actions/checkout@v3

- name: Build the Docker image
run: docker compose up
run: docker compose up -d

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

- name: Check running containers
run: docker ps

- name: Run unit tests
run: ./test.sh crudx
Expand Down

0 comments on commit 3856d34

Please sign in to comment.