Skip to content

Commit

Permalink
WIP update CI invocation syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Dec 8, 2024
1 parent 9aeb7b8 commit 5c81b87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
# conform since this is a collaborative repo with an external group.
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@v0
with:
build-args: --configfile config/gisaid.yaml -pf test_target
build-args: --snakefile gisaid/Snakefile -pf test_target
2 changes: 1 addition & 1 deletion .github/workflows/phylogenetic-fauna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
--memory 28800mib \
. \
deploy_all \
--configfile config/gisaid.yaml \
--snakefile gisaid/Snakefile \
--config "${config[@]}"
env: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phylogenetic-ncbi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
--memory 28800mib \
. \
deploy_all \
--configfile config/h5n1-cattle-outbreak.yaml \
--snakefile h5n1-cattle-outbreak/Snakefile \
--config "${config[@]}"
env: |
Expand Down

0 comments on commit 5c81b87

Please sign in to comment.