Skip to content

Commit

Permalink
chore: debug CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BCerki committed Sep 18, 2023
1 parent d0fe720 commit 3e4453a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pre-commit-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: print some stuff
run: |
echo docker image ls
echo docker ps
e2e:
needs:
["docker-build", "install-client-dev-tools", "install-server-dev-tools"]
Expand Down

0 comments on commit 3e4453a

Please sign in to comment.