Skip to content

Commit

Permalink
fix the yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed Jan 15, 2024
1 parent 23b29cf commit 77e5e54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
DOCKER_BUILDKIT: 1
- run: |
docker ps | grep mitm | grep -Eo '[^ ]*$' | xargs docker logs
docker ps | grep mitm | grep -Eo '[^ ]*$' | xargs docker logs
name: Debugging
- name: Upload logs
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 77e5e54

Please sign in to comment.