Skip to content

Commit

Permalink
Remove example validation (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Feb 29, 2024
1 parent d9dc594 commit afff55f
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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:
Expand Down

0 comments on commit afff55f

Please sign in to comment.