Skip to content

Add $launchDir and change directory where Nextflow processes are executed #305

Add $launchDir and change directory where Nextflow processes are executed

Add $launchDir and change directory where Nextflow processes are executed #305

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