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 3856d34 commit 1b088f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,17 @@ jobs:
- name: Sleep
uses: jakejarvis/wait-action@master
with:
time: '60s'
time: '20s'

- name: Check running containers
run: docker ps

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

- name: Check coverage if files exists
run: (ls ./coverage/packages/crudx/clove.xml && echo yes) || echo no

#- name: Upload coverage reports to Codacy
# uses: codacy/codacy-coverage-reporter-action@v1
# with:
Expand Down

0 comments on commit 1b088f5

Please sign in to comment.