Skip to content

Commit

Permalink
💚 attempt to fix CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
bunop committed Feb 26, 2024
1 parent 331aa83 commit d83660e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
# Expose matched filters as job 'modules' output variable
modules: ${{ steps.filter.outputs.changes }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: dorny/paths-filter@v2
- uses: dorny/paths-filter@v3
id: filter
with:
filters: "tests/config/pytest_modules.yml"
Expand Down
4 changes: 2 additions & 2 deletions tests/config/pytest_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ bcftools/concat:
- tests/modules/nf-core/bcftools/concat/**

estsfs:
- modules/nf-core/cnr-ibba/**
- tests/modules/nf-core/cnr-ibba/**
- modules/cnr-ibba/estsfs/**
- tests/modules/cnr-ibba/estsfs/**

freebayes/chunk:
- modules/cnr-ibba/freebayes/chunk/**
Expand Down

0 comments on commit d83660e

Please sign in to comment.