Skip to content

Commit fc33604

Browse files
committed
[revert] Revert "[ci] Debug CI"
This reverts commit 3a52919.
1 parent 595cc1c commit fc33604

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yml

-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
- debug-ci
98
pull_request:
109
branches:
1110
- master
@@ -66,18 +65,13 @@ jobs:
6665
./run-qa-checks
6766
6867
- name: Tests
69-
id: tests
7068
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
7169
run: |
7270
coverage run runtests.py --parallel
7371
SAMPLE_APP=1 coverage run ./runtests.py --parallel
7472
coverage combine
7573
coverage xml
7674
77-
- name: Debug via tmate on failure
78-
if: ${{ failure() }}
79-
uses: mxschmitt/action-tmate@v3
80-
8175
- name: Upload Coverage
8276
if: ${{ success() }}
8377
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)