Skip to content

Commit

Permalink
Fixes piranhacloud#4446 - Move Inject TCK to Piranha Core Profile TCK…
Browse files Browse the repository at this point in the history
… project (piranhacloud#4447)
  • Loading branch information
mnriem authored Dec 31, 2024
1 parent aff43f4 commit 2db4135
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 194 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()
inject:
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/inject
mvn -B -ntp verify
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "external/coreprofile-tck/inject/installer/target/tck/example/target/surefire-reports/TEST-*.xml"
if: always()
jsonb:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
Expand Down
63 changes: 0 additions & 63 deletions external/coreprofile-tck/inject/installer/pom.xml

This file was deleted.

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

This file was deleted.

66 changes: 0 additions & 66 deletions external/coreprofile-tck/inject/runner/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion external/coreprofile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<sigtest-maven-plugin.version>2.2</sigtest-maven-plugin.version>
</properties>
<modules>
<module>inject</module>
<module>jsonb</module>
<module>jsonp</module>
<module>rest</module>
Expand Down

0 comments on commit 2db4135

Please sign in to comment.