Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mashehu committed Dec 4, 2023
1 parent 6de7918 commit 7b9b342
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
runs-on: ubuntu-latest
name: Check if all profiles are tested
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Check whether profiles are all tested
run: python ${GITHUB_WORKSPACE}/bin/cchecker.py ${GITHUB_WORKSPACE}/nfcore_custom.config ${GITHUB_WORKSPACE}/.github/workflows/main.yml

check_nextflow_config:
runs-on: ubuntu-latest
name: Check if nextflow config runs in repository root
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
- "sanger"
- "scw"
- "seawulf"
- "self-hosted-runner"
- "self_hosted_runner"
- "seg_globe"
- "software_license"
- "tigem"
Expand All @@ -139,7 +139,7 @@ jobs:
- "xanadu"

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
Expand Down

0 comments on commit 7b9b342

Please sign in to comment.