Skip to content

iraiosub is using GitHub Actions #15

iraiosub is using GitHub Actions

iraiosub is using GitHub Actions #15

Workflow file for this run

name: riboseq-flow-github-actions
run-name: ${{ github.actor }} is using GitHub Actions
on:
pull_request:
branches:
- main
- dev
jobs:
test-riboseq-flow:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
wget -qO- get.nextflow.io | bash
mv nextflow /usr/local/bin/
- run: nextflow run ${GITHUB_WORKSPACE}/main.nf -profile github,docker