Skip to content

Commit

Permalink
use bash to run build in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
treblereel committed Jun 24, 2024
1 parent 5580778 commit 2c15798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'temurin'
- name: Build and test
run: |
sh build_test.sh
bash build_test.sh
- name: Upload test results for review
uses: actions/upload-artifact@v4
if: always()
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
mvn wrapper:wrapper -Dmaven=${{ matrix.mvn }}
- name: Build and test
run: |
sh build_test.sh
bash build_test.sh
- name: Upload test results for review
uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit 2c15798

Please sign in to comment.