Skip to content

Commit

Permalink
run also End-to-end tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Apr 24, 2021
1 parent 05f143e commit 6eda145
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -20,6 +20,8 @@ jobs:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml', '**/*.yml') }}
restore-keys: ${{ runner.os }}-m2-
- name: Build with Maven
run: mvn verify
- name: Unit and Integration Tests
run: mvn verify -Pjacoco
- name: End-to-end tests
run: xvfb-run mvn verify -Pe2e-tests

0 comments on commit 6eda145

Please sign in to comment.