Skip to content

Commit

Permalink
mv actions/run-nextstrain-build actions/run-nextstrain-ci-build [#89]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed Jun 4, 2024
1 parent 5e7f2cb commit b58836f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pathogen-repo-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,19 @@ jobs:
runtime: ${{ matrix.runtime }}

- name: Run ingest
uses: ./.git/nextstrain/.github/actions/run-nextstrain-build
uses: ./.git/nextstrain/.github/actions/run-nextstrain-ci-build
with:
directory: ingest
runtime: ${{ matrix.runtime }}

- name: Run phylogenetic
uses: ./.git/nextstrain/.github/actions/run-nextstrain-build
uses: ./.git/nextstrain/.github/actions/run-nextstrain-ci-build
with:
directory: phylogenetic
runtime: ${{ matrix.runtime }}

- name: Run nextclade
uses: ./.git/nextstrain/.github/actions/run-nextstrain-build
uses: ./.git/nextstrain/.github/actions/run-nextstrain-ci-build
with:
directory: nextclade
runtime: ${{ matrix.runtime }}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ See also GitHub's [documentation on issue and PR templates](https://docs.github.

Invoked by our GitHub Actions workflows, including the reusable workflows below.

- [Run Nextstrain Build](actions/run-nextstrain-build/action.yaml)
- [Run Nextstrain CI Build](actions/run-nextstrain-ci-build/action.yaml)
- [Setup Nextstrain CLI](actions/setup-nextstrain-cli/action.yaml)
- [shellcheck](actions/shellcheck/action.yaml)
- [Setup SSH](actions/setup-ssh/action.yaml) access to runner machine
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run-nextstrain-build
name: run-nextstrain-ci-build
description: >-
Runs a single `nextstrain build` command in a given sub-directory of
a pathogen repo. Must be provided with the name of the sub-directory
Expand Down

0 comments on commit b58836f

Please sign in to comment.