Skip to content

Commit

Permalink
docker ps -a output for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Jul 3, 2023
1 parent db2864b commit f1bd5e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Show repository information
run: task info
- name: Run tests
run: task test
run: |
docker ps -a
task test
- name: Coveralls
uses: coverallsapp/github-action@v2

Expand Down

0 comments on commit f1bd5e9

Please sign in to comment.