We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01f5cc4 commit 88fbcebCopy full SHA for 88fbceb
.github/workflows/main.yml
@@ -28,6 +28,8 @@ jobs:
28
run: |
29
docker compose -p cms -f docker/docker-compose.test.yml run --rm testcms
30
31
+ - uses: mxschmitt/action-tmate@v3
32
+
33
- name: Upload test results to Codecov
34
if: ${{ !cancelled() }}
35
uses: codecov/test-results-action@v1
docker/_cms-test-internal.sh
@@ -14,6 +14,7 @@ createdb --host=testdb --username=postgres cmsdbfortesting
14
cmsInitDB
15
16
if [ -n $TEST_QUOTAS ]; then
17
+ set -ex
18
# 5 times the disk quota: the test runs up to 4 workers
19
# concurrently; this makes sure they can't get spurious failures
20
# from running out of disk space
0 commit comments