CI fixes
This commit is contained in:
parent
c5983739df
commit
f8a78cc8ea
3 changed files with 2 additions and 27 deletions
2
.github/workflows/buildReporting_Java11.yml
vendored
2
.github/workflows/buildReporting_Java11.yml
vendored
|
@ -22,4 +22,4 @@ jobs:
|
|||
java-version: '11'
|
||||
distribution: 'adopt'
|
||||
- name: Build with Maven
|
||||
run: mvn clean install
|
||||
run: mvn clean install -e -P let_reporting
|
||||
|
|
25
.github/workflows/buildReporting_Java8.yml
vendored
25
.github/workflows/buildReporting_Java8.yml
vendored
|
@ -1,25 +0,0 @@
|
|||
# This workflow will build a Java project with Maven
|
||||
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
|
||||
|
||||
name: Java CI with Maven
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
java-version: '8'
|
||||
distribution: 'adopt'
|
||||
- name: Build with Maven
|
||||
run: mvn clean install -e -P let_reporting
|
|
@ -1,6 +1,6 @@
|
|||
Master:
|
||||
|
||||
.. image:: https://github.com/SafeExamBrowser/seb-server/actions/workflows/buildReporting_Java8.yml/badge.svg?branch=master
|
||||
.. image:: https://github.com/SafeExamBrowser/seb-server/actions/workflows/buildReporting_Java11.yml/badge.svg?branch=master
|
||||
:target: https://github.com/SafeExamBrowser/seb-server/actions
|
||||
.. image:: https://readthedocs.org/projects/seb-server/badge/?version=latest
|
||||
:target: https://seb-server.readthedocs.io/en/latest/?badge=latest
|
||||
|
|
Loading…
Reference in a new issue