diff --git a/.github/workflows/buildReporting_Java11.yml b/.github/workflows/buildReporting_Java11.yml index 0949e309..8fdd657a 100644 --- a/.github/workflows/buildReporting_Java11.yml +++ b/.github/workflows/buildReporting_Java11.yml @@ -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 diff --git a/.github/workflows/buildReporting_Java8.yml b/.github/workflows/buildReporting_Java8.yml deleted file mode 100644 index 33233de9..00000000 --- a/.github/workflows/buildReporting_Java8.yml +++ /dev/null @@ -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 \ No newline at end of file diff --git a/README.rst b/README.rst index 8841a8be..18a87ff8 100644 --- a/README.rst +++ b/README.rst @@ -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