Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Run tests on multiple JDKs
Browse files Browse the repository at this point in the history
  • Loading branch information
rgallardo-netflix committed Aug 31, 2023
1 parent 41193cd commit 16dd96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nebula-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
restore-keys: |
- ${{ runner.os }}-gradlewrapper-
- name: Build with Gradle
run: ./gradlew --info --stacktrace -PtestJdk=${{matrix.java}} build
run: ./gradlew --info --stacktrace -DtestJdk=${{matrix.java}} build
env:
CI_NAME: github_actions
CI_BUILD_NUMBER: ${{ github.sha }}
Expand Down

0 comments on commit 16dd96e

Please sign in to comment.