Current Behavior
Slack context
|
- name: Run phylogenetic |
|
if: hashFiles('phylogenetic/Snakefile') && hashFiles('phylogenetic/build-configs/ci/config.yaml') && !cancelled() |
|
id: phylogenetic |
|
run: nextstrain build phylogenetic --configfile build-configs/ci/config.yaml |
|
|
|
- name: Run nextclade |
|
if: hashFiles('nextclade/Snakefile') && hashFiles('nextclade/build-configs/ci/config.yaml') && !cancelled() |
|
id: nextclade |
|
run: nextstrain build nextclade --configfile build-configs/ci/config.yaml |
Expected behavior
The Conda build step failing should abort the rest of the workflow
Possible solution
- Add an explicit
success() check
- ??
Current Behavior
Slack context
.github/.github/workflows/pathogen-repo-ci.yaml.in
Lines 267 to 275 in 351da09
Expected behavior
The Conda build step failing should abort the rest of the workflow
Possible solution
success()check