Skip to content

Commit

Permalink
Add checkout to ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nictru committed Jan 28, 2024
1 parent f0f7ddc commit da3aebc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,18 @@ name: nf-core CI
# This workflow runs the pipeline with the minimal test dataset to check that it completes without any syntax errors
on:
push:
branches:
- master
branches: [ "master", "dev" ]
pull_request:
branches: [ "master", "dev" ]

jobs:
test:
name: Run pipeline with test data
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3

- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
Expand Down

0 comments on commit da3aebc

Please sign in to comment.