Skip to content

Commit

Permalink
Add Run Test step
Browse files Browse the repository at this point in the history
  • Loading branch information
luizgustavocosta committed Apr 10, 2021
1 parent 35586b7 commit b01b45f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bcn-jug-allure-junit5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
- name: Install dependencies
run: mvn dependency:go-offline compile compiler:testCompile

- name: Run Test
if: always()
run: mvn package
continue-on-error: true

- name: Cache SonarCloud packages
uses: actions/cache@v1
with:
Expand Down

0 comments on commit b01b45f

Please sign in to comment.