Skip to content

Commit

Permalink
Fixes #4063 - Add EL TCK to tck-server workflow (#4069)
Browse files Browse the repository at this point in the history
  • Loading branch information
mnriem authored Oct 19, 2024
1 parent 811a97b commit 3b54a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tck-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: 'impl'
required: true
jobs:
jakarta-expression-language:
el:
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup for TCK
run: mvn -B -DskipTests=true install
- name: Run TCK
run: mvn -amd -B -P external -pl external/tck/el verify
run: mvn -amd -B -P external -pl external/servlet-tck/el verify
jakarta-pages:
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit 3b54a4e

Please sign in to comment.