Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alfeilex authored Jan 29, 2025
1 parent 6bb7b66 commit 11dd595
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 @@ -18,7 +18,10 @@ jobs:
java-version: '17'
- name: Build project with Maven
run: |
bash src/test/resources/process-context/log-order.sh
mvn -B -ntp -Dstyle.color=always install
bash src/test/resources/process-context/log-order.sh
which bash
where bash
echo $PATH
- name: Coveralls GitHub Action
uses: coverallsapp/[email protected]

0 comments on commit 11dd595

Please sign in to comment.