Skip to content

Commit

Permalink
Add integration tests to action
Browse files Browse the repository at this point in the history
  • Loading branch information
ato committed Dec 9, 2020
1 parent 709214d commit 57adea2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Test against OpenWayback
run: (cd test-integration && ./test-openwayback.sh)

0 comments on commit 57adea2

Please sign in to comment.