Skip to content

Commit fa8ce75

Browse files
Specify PR number (#808)
* specify number * temp Former-commit-id: 6c1d4dd
1 parent 6846ea3 commit fa8ce75

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ jobs:
313313
if: "needs.build_images.result == 'skipped'"
314314
run: |
315315
cd workflow
316-
snakemake -j $(nproc) docker
316+
snakemake -j $(nproc) docker_pull
317317
cd ..
318318
319319
- name: Run tests
@@ -355,6 +355,7 @@ jobs:
355355
flags: unittests
356356
fail_ci_if_error: ${{ github.repository == 'openproblems-bio/openproblems' }}
357357
verbose: true
358+
override_pr: ${{ github.event.pull_request.number }}
358359

359360
- name: Delete coverage artifacts
360361
uses: geekyeggo/delete-artifact@v2

0 commit comments

Comments
 (0)