Skip to content

Commit

Permalink
Remove redundant test run
Browse files Browse the repository at this point in the history
  • Loading branch information
ivartb authored Sep 6, 2023
1 parent 262fa48 commit 83b2fb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ jobs:
run: |
export PATH=bin:$PATH
metafx extract_kmers -t 6 -m 6G -k 31 -i test_data/test/* test_data/3* test_data/4* -w wd_kmers
metafx unique -t 6 -m 6G -k 31 -i test_data/sample_list.txt --kmers-dir wd_kmers/kmers -w wd_unique_kmers
- name: metafx bandage (macOS)
if : ${{ matrix.os == 'macos-12' || matrix.os == 'macos-11' }}
run: |
Expand Down

0 comments on commit 83b2fb2

Please sign in to comment.