Skip to content

Commit

Permalink
added lines for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwich committed Sep 5, 2023
1 parent e27eca5 commit e1a6928
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/automake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: debug print
run: ls -l
- name: yet another debug print
run: pwd
- name: build
run: make test
- name: Build Docker image
Expand Down

0 comments on commit e1a6928

Please sign in to comment.