Skip to content

Commit

Permalink
ci: Add psuedocode for conda-fail.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller authored and Edmund Miller committed Sep 18, 2024
1 parent c6f2530 commit 6dea85b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
SENTIEON_ENCRYPTION_KEY: ${{ secrets.SENTIEON_ENCRYPTION_KEY }}

steps:
# TODO If conda-fail.yml exists and matrix = conda skip

- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
Expand Down Expand Up @@ -145,6 +147,8 @@ jobs:
--filter ${{ matrix.filter }} \
--follow-dependencies
# TODO If matrix == conda create a conda-fail.yml and commit it

# TODO If no test.tap, then make one to spoof?
# - uses: pcolby/tap-summary@0959cbe1d4422e62afc65778cdaea6716c41d936 # v1
# with:
Expand Down

0 comments on commit 6dea85b

Please sign in to comment.