Skip to content

Commit

Permalink
add more print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeynep committed Feb 5, 2024
1 parent 31705cc commit 4a43f97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pointmark-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ jobs:

- name: Build Project # This would actually build your project, using zip for an example artifact
run: |
pwd
cd CoordinateExporter
mvn clean
mvn compile
- name: Print current working directory
run: |
pwd
- name: Package JAR # This would actually build your project, using zip for an example artifact
run: |
Expand Down

0 comments on commit 4a43f97

Please sign in to comment.