Skip to content

Add github action test for PDC #8

Add github action test for PDC

Add github action test for PDC #8

Workflow file for this run

name: Nextflow Stub Runs
on:
push:
branches: [ main ]
pull_request:
branches: [ '**' ]
jobs:
stub-run:
runs-on: ubuntu-latest
strategy:
matrix:

Check failure on line 13 in .github/workflows/push-stub-run.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-stub-run.yml

Invalid workflow file

You have an error in your yaml syntax on line 13
config: [
'test-diann.config',
'test-encyclopedia-narrow-gpf.config',
'test-encyclopedia-wide-only.config'
'test-diann-pdc.config',
]
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run (${{ matrix.config }})
run: |
echo "Installing Nextflow:"
curl -s https://get.nextflow.io | bash
chmod +x nextflow
echo "Running Nextflow stub with config: ${{ matrix.config }}"
./nextflow run . -stub-run -c test-resources/${{ matrix.config }}