Skip to content

Commit

Permalink
chore: use bwa-aln-interactive repo in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Oct 4, 2024
1 parent dbcd145 commit e22b583
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
PYTHON_VERSION: ["3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Checkout fulcrumgenomics/bwa
- name: Checkout fulcrumgenomics/bwa-aln-interactive
uses: actions/checkout@v4
with:
repository: fulcrumgenomics/bwa
ref: interactive_aln
repository: fulcrumgenomics/bwa-aln-interactive
ref: main
path: bwa
fetch-depth: 0

Expand Down

0 comments on commit e22b583

Please sign in to comment.