Skip to content

Commit

Permalink
list directory conects
Browse files Browse the repository at this point in the history
  • Loading branch information
GedMarc committed Feb 25, 2024
1 parent c81dd7a commit 57202b5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
maven-
- name: Listings
run: ls -l
- name: Run Listings
run: |
cd ${{inputs.baseDir}}
ls -l
cd ..
- name: Build
run:
mvn -B package --file ${{inputs.baseDir}}pom.xml -U
Expand Down

0 comments on commit 57202b5

Please sign in to comment.