Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Improve automated test output on failure #1618

Merged
merged 9 commits into from
Nov 26, 2024
Prev Previous commit
Next Next commit
Trying out different options
basiliskus committed Nov 26, 2024
commit d0256fe0d59edf3b15fd8a4072c52b3d7e1929b3
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-run.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
env:
AZURE_STORAGE_CONNECTION_STRING: ${{ secrets.AUTOMATED_TEST_AZURE_STORAGE_CONNECTION_STRING }}
ORG_GRADLE_CONSOLE: plain
run: ./gradlew rs-e2e:clean rs-e2e:automatedTest --info --stacktrace
run: ./gradlew rs-e2e:clean rs-e2e:automatedTest

# - name: Send slack notification on test failure
# if: failure()