Skip to content

Commit

Permalink
added debug param to workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnak Saxena <[email protected]>
  • Loading branch information
ronnaksaxena committed Sep 12, 2023
1 parent a817ddb commit f9b1f9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/multi-node-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Checkout Branch
uses: actions/checkout@v2
- name: Run integration tests with multi node config
run: ./gradlew integTest --tests "org.opensearch.indexmanagement.rollup.interceptor.RollupInterceptor*"
run: ./gradlew integTest --tests "org.opensearch.indexmanagement.rollup.interceptor.RollupInterceptor*" --debug
- name: Upload failed logs
uses: actions/upload-artifact@v2
if: failure()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- os: macos-latest
os_build_args: -x integTest -x jacocoTestReport
- os: ubuntu-latest
os_build_args: integTest --tests "org.opensearch.indexmanagement.rollup.interceptor.RollupInterceptor*"
os_build_args: integTest --tests "org.opensearch.indexmanagement.rollup.interceptor.RollupInterceptor*" --debug
runs-on: ${{ matrix.os }}
steps:
# This step uses the setup-java Github action: https://github.com/actions/setup-java
Expand Down

0 comments on commit f9b1f9c

Please sign in to comment.