Skip to content

Commit

Permalink
[TEMP] Check toolchains.xml generation
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Sep 25, 2023
1 parent ac21601 commit 2783577
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,15 @@ jobs:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/checkMergeCommits.yml@master
build:
uses: eclipse-platform/eclipse.platform.releng.aggregator/.github/workflows/mavenBuild.yml@master

setup-java-test:
runs-on: ubuntu-latest
- name: Set up Java
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
with:
java-version: |
8
11
17
distribution: 'temurin'
cache: maven
- run: cat /home/runner/.m2/toolchains.xml

0 comments on commit 2783577

Please sign in to comment.