Skip to content

Commit

Permalink
updated ci with tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Dec 12, 2023
1 parent 1629da2 commit a2b9627
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
cat pom.xml
- name: Run Tests
continue-on-error: true
run: ./mvnw test
run: |
echo ${{ secrets.IRIS_KEY }} > ~/iris.key
./mvnw test
- name: Publish Test Report
if: ${{ always() }}
uses: scacap/action-surefire-report@v1
Expand Down

0 comments on commit a2b9627

Please sign in to comment.