Skip to content

Commit e16e150

Browse files
Try using ci-core-dumper
1 parent 4043882 commit e16e150

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/code.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,11 @@ jobs:
194194
pip install -e .[dev]
195195
pip freeze
196196
197-
- name: Run tests
198-
run: |
197+
# - name: Run tests
198+
# run: |
199+
# python -m pytest
200+
- name: CI Core DUmper
201+
uses: mdavidsaver/ci-core-dumper@master
202+
runs: |
203+
ulimit -c unlimited
199204
python -m pytest

0 commit comments

Comments
 (0)