Skip to content

external_command_checker: Use crate which. #71

external_command_checker: Use crate which.

external_command_checker: Use crate which. #71

Workflow file for this run

name: Test CoverM with Setup-Miniconda From Marketplace
on: [push, pull_request]
jobs:
miniconda_linux:
name: Miniconda ${{ matrix.os }}
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
os: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test
environment-file: coverm.yml
auto-activate-base: false
mamba-version: "*"
channels: conda-forge,defaults,bioconda
- run: |
conda info
conda list
- name: Run test
run: |
cargo test
miniconda_osx:
name: Miniconda ${{ matrix.os }}
runs-on: ${{ matrix.os }}
defaults:
run:
shell: bash -l {0}
strategy:
matrix:
os: ["macos-latest"]
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: test
environment-file: coverm-osx.yml
auto-activate-base: false
mamba-version: "*"
channels: conda-forge,defaults,bioconda
- run: |
conda info
conda list
- name: Run test
run: |
cargo test -- --skip bwa_mem2