Skip to content

Commit

Permalink
Set nextstrain runtime, per PR feedback [#89]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jun 5, 2024
1 parent b58836f commit 2687ba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actions/run-nextstrain-ci-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:
DIR: ${{ inputs.directory }}
run: |
if [[ -f nextstrain-pathogen.yaml && -f $DIR/Snakefile && -f $DIR/build-configs/ci/config.yaml ]]; then
nextstrain check-setup ${{ inputs.runtime }} --set-default
nextstrain build $DIR --configfile build-configs/ci/config.yaml
else
echo "Skipping $DIR build due to one or more missing files."
Expand Down

0 comments on commit 2687ba0

Please sign in to comment.