Skip to content

Commit 88fbceb

Browse files
committed
attempt to debug stuff
1 parent 01f5cc4 commit 88fbceb

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
run: |
2929
docker compose -p cms -f docker/docker-compose.test.yml run --rm testcms
3030
31+
- uses: mxschmitt/action-tmate@v3
32+
3133
- name: Upload test results to Codecov
3234
if: ${{ !cancelled() }}
3335
uses: codecov/test-results-action@v1

docker/_cms-test-internal.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ createdb --host=testdb --username=postgres cmsdbfortesting
1414
cmsInitDB
1515

1616
if [ -n $TEST_QUOTAS ]; then
17+
set -ex
1718
# 5 times the disk quota: the test runs up to 4 workers
1819
# concurrently; this makes sure they can't get spurious failures
1920
# from running out of disk space

0 commit comments

Comments
 (0)