Skip to content

Commit

Permalink
[test] Add manual test trigger, move HTSSRC to systemwide
Browse files Browse the repository at this point in the history
  • Loading branch information
isinaltinkaya committed Dec 26, 2023
1 parent a3342af commit 3c514c3
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -5,15 +5,20 @@ on:
branches: [ main, develop ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
git-ref:
description: Git SHA-1 commit hash (optional)
required: false

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get update; sudo apt-get install libcurl4-openssl-dev
- name: make
run: make
run: sudo apt-get update; sudo apt-get install libcurl4-openssl-dev libhts3 libhts-dev
- name: make HTSSRC="systemwide"
run: make HTSSRC="systemwide"
- name: make test
run: make test

0 comments on commit 3c514c3

Please sign in to comment.