Skip to content

Add possibility to set and combine multiple profiles (#128) #374

Add possibility to set and combine multiple profiles (#128)

Add possibility to set and combine multiple profiles (#128) #374

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