Skip to content

Commit

Permalink
Merge pull request #1403 from scottmarlow/fix_maven.yml
Browse files Browse the repository at this point in the history
comment out the maven.yml build of GlassFish Runner
  • Loading branch information
scottmarlow authored Jul 23, 2024
2 parents 60874d6 + 1a42a38 commit 5d840f4
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 @@ -68,8 +68,8 @@ jobs:
- name: Build TCK
run: ./mvnw -e -B -U clean install -Dmaven.test.failure.ignore=true -Pstaging

- name: Run Glassfish Runner
run: cd glassfish-runner; ../mvnw -e -B -U test -Pglassfish-runner -Pstaging
# - name: Run Glassfish Runner
# run: cd glassfish-runner; ../mvnw -e -B -U test -Pglassfish-runner -Pstaging

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

0 comments on commit 5d840f4

Please sign in to comment.