Skip to content

Commit

Permalink
change test command to correct integTest
Browse files Browse the repository at this point in the history
Signed-off-by: David Cui <davidcui@amazon.com>
  • Loading branch information
davidcui1225 committed Mar 10, 2022
1 parent 43cec7d commit f394574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reports-scheduler-jdk-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: Test with Java 8
run: |
cd reports-scheduler
./gradlew test -Dopensearch.version=${{ env.OPENSEARCH_VERSION }}
./gradlew integTest -Dopensearch.version=${{ env.OPENSEARCH_VERSION }}

0 comments on commit f394574

Please sign in to comment.