remove github action
This commit is contained in:
parent
24bbb8fdf5
commit
2dfdd0d58d
1 changed files with 0 additions and 30 deletions
30
.github/workflows/maven.yml
vendored
30
.github/workflows/maven.yml
vendored
|
@ -1,30 +0,0 @@
|
|||
name: Fess with Maven
|
||||
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 11
|
||||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 11
|
||||
- uses: actions/cache@v1
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-maven-
|
||||
- name: Set up Fess
|
||||
run: mvn antrun:run
|
||||
- name: Build Fess
|
||||
run: mvn package
|
||||
- name: Set up Integration Test
|
||||
run: bash .travis/before_script.sh
|
||||
- name: Run Integration Test
|
||||
run: bash .travis/run.sh
|
||||
|
Loading…
Add table
Reference in a new issue