Skip to content

Commit

Permalink
Fixes #4448 - Move JSON Binding TCK to Piranha Core Profile TCK project
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem committed Dec 31, 2024
1 parent 2db4135 commit bf864e0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 201 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/tck-coreprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,32 +58,6 @@ jobs:
with:
paths: "external/tck/coreprofile/runner/target/failsafe-reports/**/TEST-*.xml"
if: always()
jsonb:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
strategy:
matrix:
java: [ '21' ]
os: [ubuntu-latest]
steps:
- name: Checkout Sources
uses: actions/checkout@v4
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Setup for TCK
run: mvn -B -DskipTests=true -ntp install
- name: Run TCK
run: |
cd external/coreprofile-tck/jsonb
mvn -B -ntp verify
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "external/coreprofile-tck/jsonb/installer/target/tck/bin/target/surefire-reports/TEST-*.xml"
if: always()
jsonp:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
Expand Down
63 changes: 0 additions & 63 deletions external/coreprofile-tck/jsonb/installer/pom.xml

This file was deleted.

38 changes: 0 additions & 38 deletions external/coreprofile-tck/jsonb/pom.xml

This file was deleted.

74 changes: 0 additions & 74 deletions external/coreprofile-tck/jsonb/runner/pom.xml

This file was deleted.

0 comments on commit bf864e0

Please sign in to comment.