Skip to content

Commit

Permalink
add staging profile to the gh action build
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <[email protected]>
  • Loading branch information
lukasj committed Mar 4, 2024
1 parent ee2b6b2 commit e2b1553
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 17
java-version: ${{ matrix.java }}
distribution: 'temurin'
cache: 'maven'

Expand All @@ -62,7 +62,7 @@ jobs:
run: ./mvnw -e -ntp install:install-file -Dfile=./lib/javatest.jar -DgroupId=javatest -DartifactId=javatest -Dversion=5.0 -Dpackaging=jar

- name: Build & Run TCK Servlet TCK
run: ./mvnw -e -V -B -U clean install -Pglassfish-runner -Pjaxrs-tck -Dmaven.test.failure.ignore=true
run: ./mvnw -e -V -B -U clean install -Pglassfish-runner -Pjaxrs-tck -Dmaven.test.failure.ignore=true -Pstaging

# - name: Publish Test Report
# uses: ScaCap/[email protected]
Expand Down

0 comments on commit e2b1553

Please sign in to comment.