Skip to content

Prepare release 0.8.0-rc1 #355

Prepare release 0.8.0-rc1

Prepare release 0.8.0-rc1 #355

Workflow file for this run

name: Run Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install JDK 11
uses: actions/setup-java@v1
with:
java-version: 11
- name: Install Nextflow v22.10.4
run: |
export NXF_VER=22.10.4;curl -s https://get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Test
run: mvn install