Skip to content

Commit 5997e93

Browse files
committed
add some commands for debugging
1 parent 19df5f3 commit 5997e93

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,15 @@ jobs:
3636
- uses: hpi-swa/setup-smalltalkCI@v1
3737
with:
3838
smalltalk-image: ${{ matrix.smalltalk }}
39-
- run: smalltalkci -s ${{ matrix.smalltalk }}
39+
40+
- name: Run tests
4041
shell: bash
42+
run: |
43+
smalltalkci -s ${{ matrix.smalltalk }}
44+
echo 'current location'
45+
pwd
46+
echo 'lcov file'
47+
cat /home/runner/work/TreeSitterCLanguage/TreeSitterCLanguage/coverage/lcov.info
4148
timeout-minutes: 15
4249

4350
- name: Coveralls

0 commit comments

Comments
 (0)