Skip to content

Commit

Permalink
Add ingest part of the CI GitHub Action [#8]
Browse files Browse the repository at this point in the history
  • Loading branch information
genehack committed May 22, 2024
1 parent f59c45a commit 7ea8972
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: CI

on:
- push
- pull_request

jobs:
ingest:
# strategy:
# matrix:
# runtime: [docker, conda]
# permissions:
# id-token: write
uses: nextstrain/.github/.github/workflows/pathogen-repo-ci.yaml@master
with:
build-args: ingest --config '[viruses="hku1"]'

0 comments on commit 7ea8972

Please sign in to comment.