Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jecihjoy committed Jan 2, 2024
1 parent af8d403 commit 644e168
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mekom_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Build with Maven
- name: Build with Maven
run: mvn -B package -DskipTests

publish:
runs-on: ubuntu-latest
# Define dependencies, this job depends on the completion of the "build" job
Expand All @@ -52,6 +52,8 @@ jobs:
- name: Debugging pom file not found
run: ls /home/runner/work/openmrs-module-kenyacore/openmrs-module-kenyacore

- name: debugging
run: ls
- name: Debugging pom file not found two
run: ls ${{ github.workspace }}

Expand Down

0 comments on commit 644e168

Please sign in to comment.