Skip to content

Commit

Permalink
Add bgzip and tabix to testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Dec 11, 2023
1 parent 87209ca commit 549ef8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
name: Test and typecheck on node 20.x and ubuntu-latest
runs-on: ubuntu-latest
steps:
- run: sudo apt-get -y install tabix
- uses: actions/checkout@v4
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: '20.5.1'
node-version: '20'
- name: Install deps (with cache)
uses: bahmutov/npm-install@v1
- name: Test codebase
Expand All @@ -29,7 +30,7 @@ jobs:
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: '20.5.1'
node-version: '20'
- name: Install website deps (with cache)
uses: bahmutov/npm-install@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.5.1'
node-version: '20'
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit 549ef8e

Please sign in to comment.