Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVCaron committed Mar 11, 2024
1 parent b5c0a6d commit 635893d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
fail-fast: false
matrix:
module: ["${{ fromJson(needs.failing-modules.outputs.modules) }}"]
profile: ["docker"] # , "singularity"]
profile: [docker] # , "singularity"]
exclude:
- profile: docker
tags: testdata/scilpy
- tags: nf-test
- tags: testdata/scilpy

uses: ./.github/workflows/test_module.yml
with:
Expand Down

0 comments on commit 635893d

Please sign in to comment.