From b3fd9518c9d49e6655c7200ea72d1c9863960dfa Mon Sep 17 00:00:00 2001 From: Nick Fields <46869826+nick-fields@users.noreply.github.com> Date: Fri, 5 Aug 2022 23:24:53 -0400 Subject: [PATCH] test: add single ci_all_tests_passed job that can be required for CI rather than each individual job --- .github/workflows/ci_cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 80c723c..178e545 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -569,7 +569,7 @@ jobs: ] runs-on: ubuntu-latest steps: - - name: echo "If this is hit, all tests successfully passed" + - run: echo "If this is hit, all tests successfully passed" # runs on push to master only cd: