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 e16e150 commit b14511bCopy full SHA for b14511b
.github/workflows/code.yml
@@ -194,11 +194,20 @@ jobs:
194
pip install -e .[dev]
195
pip freeze
196
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
+ - name: Run tests
+ run: |
204
python -m pytest
+
+ test-ci-dumper:
+ runs-on: "ubuntu-latest"
+ 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