Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/actions/nf-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ runs:
channel-priority: strict
conda-remove-defaults: true

- name: Set dummy Nextflow secrets for stub tests
shell: bash
run: |
# The pipeline stub test (tests/default.nf.test) exercises the ESM
# embedding processes, which declare `secret 'HF_TOKEN'`. Nextflow
# requires the secret to exist even under -stub, so register a dummy.
nextflow secrets set HF_TOKEN "stub" || true

- name: Run nf-test
shell: bash
env:
Expand Down
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,15 @@ other_scripts/*
test-eval-env/*
*.txt

# Tests
.nf-test/

# Added by code-review-graph
.code-review-graph/
# Claude
.claude/
.mcp.json

# nf-test fixtures (override the broad ignores above)
!tests/data/
!tests/data/**
Loading
Loading