-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Current Behavior
.github/.github/workflows/pathogen-repo-ci.yaml.in
Lines 267 to 275 in 351da09
| - 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 - ??
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working