Skip to content

Upgrade libgcc-ng to v14.2.0 #50

Upgrade libgcc-ng to v14.2.0

Upgrade libgcc-ng to v14.2.0 #50

name: Automated tests
on: [push]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
submodules: 'true'
- uses: actions/setup-java@v2
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '11'
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
channels: defaults,conda-forge,bioconda,r
- name: Install dependencies
run: |
apt-get update && apt-get --assume-yes install wget make procps software-properties-common
wget -qO- https://get.nextflow.io | bash && cp nextflow /usr/local/bin/nextflow
- name: Cache conda environments
uses: actions/cache@v2
with:
path: |
/home/runner/work/tronflow-strelka2/tronflow-strelka2/work/conda
key: ${{ runner.os }}-tronflow-cnvkit
- name: Run tests
run: |
make