From c4d727c545acf743b55afc1d054b3bfd6dc23f5c Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:19:36 -0400 Subject: [PATCH] Update .github/workflows/deploy-tests.yml Co-authored-by: Steph Prince <40640337+stephprince@users.noreply.github.com> --- .github/workflows/deploy-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-tests.yml b/.github/workflows/deploy-tests.yml index a0922b920..b8de4531b 100644 --- a/.github/workflows/deploy-tests.yml +++ b/.github/workflows/deploy-tests.yml @@ -39,14 +39,14 @@ jobs: run-streaming-tests: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: ./.github/workflows/read-nwbfile-tests.yml + uses: ./.github/workflows/streaming-tests.yml secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} run-read-nwbfile-tests: needs: assess-file-changes if: ${{ needs.assess-file-changes.outputs.SOURCE_CHANGED == 'true' }} - uses: ./.github/workflows/streaming-tests.yml + uses: ./.github/workflows/read-nwbfile-tests.yml secrets: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}