Skip to content

Commit

Permalink
Fixes #4452 - Move Core Profile TCK to Piranha Core Profile TCK proje…
Browse files Browse the repository at this point in the history
…ct (#4453)
  • Loading branch information
mnriem authored Dec 31, 2024
1 parent 72fa3dc commit 7974edd
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 288 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/tck-coreprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,32 +32,6 @@ jobs:
external/tck/cdi/runner/core/target/surefire-reports/junitreports/TEST-*.xml
external/tck/cdi/runner/model/target/surefire-reports/TEST-*.xml
if: always()
coreprofile:
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/tck/coreprofile
mvn -B -Dmaven.test.failure.ignore=true -ntp verify
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "external/tck/coreprofile/runner/target/failsafe-reports/**/TEST-*.xml"
if: always()
rest:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
Expand Down
56 changes: 0 additions & 56 deletions external/tck/coreprofile/installer/pom.xml

This file was deleted.

26 changes: 0 additions & 26 deletions external/tck/coreprofile/pom.xml

This file was deleted.

116 changes: 0 additions & 116 deletions external/tck/coreprofile/runner/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion external/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

<modules>
<module>cdi</module>
<module>coreprofile</module>
<module>jwt</module>
<module>server</module>
</modules>
Expand Down

0 comments on commit 7974edd

Please sign in to comment.