Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #4461 - Move Pages TCK to piranha-servlet-tck repository #4462

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 0 additions & 38 deletions .github/workflows/tck-servlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,44 +9,6 @@ on:
default: 'impl'
required: true
jobs:
expression:
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: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Setup for TCK
run: mvn -B -DskipTests=true install
- name: Run TCK
run: mvn -amd -B -P external -pl external/servlet-tck/expression verify
pages:
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 install
- name: Run TCK
run: mvn -amd -B -P external -pl external/servlet-tck/pages verify
servlet:
if: github.repository == 'piranhacloud/piranha'
runs-on: ${{ matrix.os }}
Expand Down
1 change: 0 additions & 1 deletion external/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<module>jakartaee-samples</module>
<module>kickoff</module>
<module>quicklook</module>
<module>servlet-tck</module>
<module>tck</module>
<module>webprofile-tck</module>
</modules>
Expand Down
252 changes: 0 additions & 252 deletions external/servlet-tck/pages/pom.xml

This file was deleted.

27 changes: 0 additions & 27 deletions external/servlet-tck/pages/src/test/piranha/deploy.xml

This file was deleted.

21 changes: 0 additions & 21 deletions external/servlet-tck/pom.xml

This file was deleted.

Loading