diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index c178012c83b..789b332d3d7 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -119,24 +119,6 @@ jobs: cache: maven - name: Maven build run: etc/scripts/github-tck.sh - examples: - timeout-minutes: 30 - strategy: - matrix: - os: [ ubuntu-20.04, macos-latest ] - runs-on: ${{ matrix.os }} - steps: - - uses: actions/checkout@v3 - - name: Set up JDK ${{ env.JAVA_VERSION }} - uses: actions/setup-java@v3.11.0 - with: - distribution: ${{ env.JAVA_DISTRO }} - java-version: ${{ env.JAVA_VERSION }} - cache: maven - - name: Maven build - run: | - mvn -B -e "-Dmaven.test.skip=true" $MAVEN_HTTP_ARGS -DskipTests -Ppipeline install - etc/scripts/build-examples.sh archetypes: timeout-minutes: 30 strategy: