Skip to content

Commit

Permalink
Fixes #4463 - Move Annotations TCK to piranha-webprofile-tck reposito…
Browse files Browse the repository at this point in the history
…ry (#4475)
  • Loading branch information
mnriem authored Jan 3, 2025
1 parent 45eb152 commit 070b05e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 241 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/tck-webprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,6 @@ on:
- cron: "0 0 * * 0"
workflow_dispatch:
jobs:
annotations:
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/webprofile-tck/annotations
mvn -B -ntp verify
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "external/webprofile-tck/annotations/runner/target/failsafe-reports/*IT.xml"
if: always()
atinject:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
Expand Down
61 changes: 0 additions & 61 deletions external/webprofile-tck/annotations/installer/pom.xml

This file was deleted.

49 changes: 0 additions & 49 deletions external/webprofile-tck/annotations/pom.xml

This file was deleted.

104 changes: 0 additions & 104 deletions external/webprofile-tck/annotations/runner/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion external/webprofile-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<cdi.tck.version>4.0.13</cdi.tck.version>
</properties>
<modules>
<module>annotations</module>
<module>atinject</module>
<module>cdi</module>
<module>jsonb</module>
Expand Down

0 comments on commit 070b05e

Please sign in to comment.