Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Remove framework-launcher workflow test (#4993)
Browse files Browse the repository at this point in the history
  • Loading branch information
debuggy authored Oct 21, 2020
1 parent a596962 commit 869e14f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,28 +91,6 @@ jobs:
cd src/watchdog/src
go test -cover ./pkg/watchdog
framework-launcher:
name: Test framework launcher on java-${{ matrix.java }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [1.8]
os: [ubuntu-16.04, ubuntu-latest]

steps:
- name: Checkout
uses: actions/checkout@v1
- name: Use JDK ${{ matrix.java }}
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
architecture: x64
- name: mvn install and test
run: |
cd subprojects/frameworklauncher/yarn
mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
mvn clean test jacoco:report
rest-server:
name: Test rest server on node-${{ matrix.node }}-${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 869e14f

Please sign in to comment.