Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
yumisims committed May 24, 2024
1 parent abb72b9 commit 7fcd874
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
- name: Check out pipeline code
uses: actions/checkout@v3

- name: Get branch names
# Pulls the names of current branches in repo
# steps.branch-names.outputs.current_branch is used later and returns the name of the branch the PR is made FROM not to
id: branch-names
uses: tj-actions/branch-names@v8

- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
with:
Expand Down

0 comments on commit 7fcd874

Please sign in to comment.