Skip to content

Commit

Permalink
attempt at ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kbestak committed Jan 16, 2024
1 parent 1aaaf42 commit e7bce41
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,11 @@ jobs:
profile: ["docker", "singularity"]
test: ["${{ fromJson(needs.list.outputs.tests) }}"]
exclude:
- test: "tests/subworkflows/local/grohmm/main.nf.test@3508b8c9"
- test: "tests/subworkflows/local/grohmm/main.nf.test@716555be"
- test: "tests/subworkflows/local/grohmm/main.nf.test@306b4b15"
- tag: "custom/dumpsoftwareversions"
- tag: "deepcell/mesmer"
- tag: "mindagap"
- tag: "custom/dumpsoftwareversions"
- tag: "multiqc"

steps:
- name: Check out pipeline code
Expand All @@ -73,7 +75,7 @@ jobs:
path: |
/usr/local/bin/nf-test
/home/runner/.nf-test/nf-test.jar
key: methylseq-${{ runner.os }}-${{ matrix.NXF_VER }}
key: molkart-${{ runner.os }}-${{ matrix.NXF_VER }}

- name: Install Nextflow
uses: nf-core/setup-nextflow@v1
Expand All @@ -92,7 +94,6 @@ jobs:
nf-test test \
--profile=${{ matrix.profile }} \
--tag ${{ matrix.tags }} \
--tap=test.tap \
--verbose
- name: Set up Singularity
Expand Down

0 comments on commit e7bce41

Please sign in to comment.