We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6846ea3 commit fa8ce75Copy full SHA for fa8ce75
1 file changed
.github/workflows/run_tests.yml
@@ -313,7 +313,7 @@ jobs:
313
if: "needs.build_images.result == 'skipped'"
314
run: |
315
cd workflow
316
- snakemake -j $(nproc) docker
+ snakemake -j $(nproc) docker_pull
317
cd ..
318
319
- name: Run tests
@@ -355,6 +355,7 @@ jobs:
355
flags: unittests
356
fail_ci_if_error: ${{ github.repository == 'openproblems-bio/openproblems' }}
357
verbose: true
358
+ override_pr: ${{ github.event.pull_request.number }}
359
360
- name: Delete coverage artifacts
361
uses: geekyeggo/delete-artifact@v2
0 commit comments