Skip to content

Create .gitpod.yml (#49) #34

Create .gitpod.yml (#49)

Create .gitpod.yml (#49) #34

Workflow file for this run

name: test
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
- uses: nf-core/setup-nextflow@v1
- run: bash scripts/test.sh