From 9c48a917bb67ebe1e1bcaa0a1c77d4354225c548 Mon Sep 17 00:00:00 2001 From: Nick Fields <46869826+nick-fields@users.noreply.github.com> Date: Wed, 3 Aug 2022 21:15:30 -0400 Subject: [PATCH] test: try to repro #76 --- .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 74c576d..96c33d7 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -47,7 +47,7 @@ jobs: command: node -e 'console.log(process.env.NODE_OPTIONS)' ci_integration_sigpipe: - name: Run Integration Env Var Tests + name: Run Integration Issue#76 Tests if: startsWith(github.ref, 'refs/heads') runs-on: ubuntu-latest steps: