Skip to content
Snippets Groups Projects
Commit 7fdc30c7 authored by Shinsuke Sugaya's avatar Shinsuke Sugaya
Browse files

add integration tests

parent 74dcd6a9
Branches
Tags
No related merge requests found
......@@ -21,5 +21,18 @@ jobs:
with:
java-version: '11'
distribution: 'adopt'
- uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Download Plugins with Maven
run: mvn -B antrun:run --file pom.xml
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: Run Fess
run: bash .travis/before_script.sh
- name: Run Integration Test
run: bash .travis/run.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment