Skip to content

Remove TCK test for reserve and alternative on single stereotypes, the same is covered by AlternativeAndReserveOnOneStereotypeAndBeanTest #460

Remove TCK test for reserve and alternative on single stereotypes, the same is covered by AlternativeAndReserveOnOneStereotypeAndBeanTest

Remove TCK test for reserve and alternative on single stereotypes, the same is covered by AlternativeAndReserveOnOneStereotypeAndBeanTest #460

Workflow file for this run

name: Jakarta Contexts and Dependency Injection TCK CI
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
build:
name: "Build CDI TCK - JDK ${{matrix.java}}"
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
java: [17, 21, 25]
steps:
- uses: actions/[email protected]
- name: Set up JDK ${{ matrix.java }}
uses: actions/[email protected]
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: "Maven install(staging)"
run: |
mvn clean install -Dno-format -Pstaging -B -V
- name: "Maven install"
run: |
mvn clean install -Dno-format -B -V javadoc:javadoc