Add Docker build test workflow and update environment dependencies #39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Run nf-artist test data | |
| on: | |
| pull_request: | |
| branches: 'main' | |
| workflow_dispatch: | |
| jobs: | |
| nf-artist: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v4 | |
| - uses: nf-core/setup-nextflow@v1 | |
| - run: nextflow run ${GITHUB_WORKSPACE} -profile test |