Skip to content

Commit b14511b

Browse files
Try ci dumper again
1 parent e16e150 commit b14511b

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

.github/workflows/code.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,11 +194,20 @@ jobs:
194194
pip install -e .[dev]
195195
pip freeze
196196
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
197+
- name: Run tests
198+
run: |
204199
python -m pytest
200+
201+
202+
test-ci-dumper:
203+
runs-on: "ubuntu-latest"
204+
name: My Job
205+
steps:
206+
- uses: actions/checkout@v4
207+
- uses: mdavidsaver/ci-core-dumper@master
208+
- run: |
209+
ulimit -c unlimited
210+
pip install git+https://github.com/epics-base/epicscorelibs.git
211+
pip install -e .[dev]
212+
pip freeze
213+
python -m pytest

0 commit comments

Comments
 (0)