Skip to content

Commit

Permalink
add some debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
evanchooly committed Feb 22, 2024
1 parent 3937651 commit a8cf78f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,10 @@ jobs:
server-id: central
cache: maven
- name: Perform Upgrade and Test
run: .github/test-upgrade.sh
run: |
pwd
ls
sh .github/test-upgrade.sh
working-directory: upgrade-test

Release:
Expand Down

0 comments on commit a8cf78f

Please sign in to comment.