Skip to content

Commit

Permalink
Add dev to binary test for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Aug 7, 2024
1 parent 7b83ad9 commit 8ae578b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: binary tarball
on:
workflow_dispatch:
release:
branches: [ master ]
branches: [ master, dev ]
repository_dispatch:
types: [linux-binary-test, install-test]
schedule:
Expand All @@ -18,7 +18,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y ncbi-blast+
- name: download
run: bash -x .github/workflows/get_binary_release.sh > dirname
run: bash -x .github/workflows/get_binary_release.sh | tee | tail -1 > dirname
- name:
run: stxtyper_v*/stxtyper -v
- name: run tests included with distribution
Expand Down

0 comments on commit 8ae578b

Please sign in to comment.