Skip to content

Commit

Permalink
Build and test PR against ea and additional JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun authored Feb 21, 2024
1 parent b09ba10 commit cab8bab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/groovy-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
timeout-minutes: 60

additional:
if: github.event_name == 'push'
#if: github.event_name == 'push'
strategy:
fail-fast: false
matrix:
Expand All @@ -63,7 +63,7 @@ jobs:
run: ./gradlew test
timeout-minutes: 60
ea:
if: github.event_name == 'push'
#if: github.event_name == 'push'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit cab8bab

Please sign in to comment.