Skip to content

Commit

Permalink
Update deploy-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 19, 2023
1 parent 37cca2b commit 4cc5769
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/testing.yml@dev

run-streaming-tests:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
uses: neurodatawithoutborders/nwbinspector/.github/workflows/streaming-tests.yml@separate_streaming_tests

run-past-gallery:
needs: assess-file-changes
if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }}
Expand Down

0 comments on commit 4cc5769

Please sign in to comment.