Skip to content

Refactor configs

Refactor configs #66

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Nextflow
run: |
curl -s https://get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Run movp test
run: |
nextflow run marine-omics/movp -profile docker,test -r main --callers gatk
- name: Whereami
if: always()
run: |
pwd

Check failure on line 28 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/main.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
ls -a
- name: Archive nextflow log
if: always()
uses: actions/upload-artifact@v4
with:
name: Nextflow logs
path: .nextflow.log