Skip to content

Commit

Permalink
Fix CI not passing after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
fellen31 committed Nov 11, 2024
1 parent 42ec814 commit 3b064c4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
fetch-depth: 0
- name: Fetch ${{ github.event.pull_request.base.ref }} branch
run: |
git remote add upstream ${{ github.event.repository.clone_url }}
git fetch upstream ${{ github.event.pull_request.base.ref }}

- name: Set up Nextflow
uses: nf-core/setup-nextflow@v2
Expand All @@ -75,7 +71,7 @@ jobs:
run: |
nf-test test \
--ci \
--changed-since upstream/${{ github.event.pull_request.base.ref }} \
--changed-since HEAD^ \
--verbose \
--tag ${{ matrix.tags }} \
--profile "+${{ matrix.profile }}" \
Expand Down

0 comments on commit 3b064c4

Please sign in to comment.