Skip to content

Commit

Permalink
test on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Feb 14, 2024
1 parent bb4da60 commit 23b02f2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,17 @@ jobs:
test-dandi-latest:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-release.yml@dev
uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi_release.yml@separate_dandi_live_vs_no_network

test-dandi-dev:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi-dev.yml@dev
uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi_dev.yml@separate_dandi_live_vs_no_network

test-dandi-dev-live:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/dandi_dev_live_service.yml@separate_dandi_live_vs_no_network

check-final-status:
name: All tests passing
Expand Down

0 comments on commit 23b02f2

Please sign in to comment.