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: