Skip to content

Commit

Permalink
test and publish war
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Jul 17, 2023
1 parent 2aee3d0 commit 9416033
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Test, build and publish war
on:
push:
branches:
- 2.18.4-with-ws-del-hacked

jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
timeout-minutes: 120

steps:
- name: "Checking out"
uses: actions/checkout@v2
with:
submodules: recursive

- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8


- name: Build and test
working-directory: src
run: |
mvn clean install

0 comments on commit 9416033

Please sign in to comment.