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 c6876f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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 }}
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 c6876f0

Please sign in to comment.