Skip to content

Commit

Permalink
Fixes #4450 - Move JSON Processing TCK to Piranha Core Profile TCK pr…
Browse files Browse the repository at this point in the history
…oject (#4451)
  • Loading branch information
mnriem authored Dec 31, 2024
1 parent 36b351f commit 72fa3dc
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 208 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/tck-coreprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,34 +58,6 @@ jobs:
with:
paths: "external/tck/coreprofile/runner/target/failsafe-reports/**/TEST-*.xml"
if: always()
jsonp:
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/jsonp
mvn -B -ntp verify
- name: Test Summary
uses: test-summary/action@v2
with:
paths: |
external/coreprofile-tck/jsonp/installer/target/tck/bin/tck-tests/target/surefire-reports/TEST-*.xml
external/coreprofile-tck/jsonp/installer/target/tck/bin/tck-tests-pluggability/target/surefire-reports/TEST-*.xml
if: always()
rest:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
Expand Down
66 changes: 0 additions & 66 deletions external/coreprofile-tck/jsonp/installer/pom.xml

This file was deleted.

39 changes: 0 additions & 39 deletions external/coreprofile-tck/jsonp/pom.xml

This file was deleted.

73 changes: 0 additions & 73 deletions external/coreprofile-tck/jsonp/runner/pom.xml

This file was deleted.

2 changes: 0 additions & 2 deletions external/coreprofile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
<sigtest-maven-plugin.version>2.2</sigtest-maven-plugin.version>
</properties>
<modules>
<module>jsonb</module>
<module>jsonp</module>
<module>rest</module>
</modules>
</project>

0 comments on commit 72fa3dc

Please sign in to comment.