From 020a0358d33ac3185187c99355193bda2ea8e81e Mon Sep 17 00:00:00 2001 From: Barrett LaFrance Date: Thu, 4 Apr 2024 13:55:30 -0500 Subject: [PATCH] ci: wip - parallelizing pepr-excellent-example test suite --- .github/workflows/pepr-excellent-examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pepr-excellent-examples.yml b/.github/workflows/pepr-excellent-examples.yml index 1ada9428d..f27336559 100644 --- a/.github/workflows/pepr-excellent-examples.yml +++ b/.github/workflows/pepr-excellent-examples.yml @@ -47,7 +47,7 @@ jobs: path: pepr - name: "set env: PEPR" - run: echo "PEPR="${GITHUB_WORKSPACE}/pepr}" >> "$GITHUB_ENV" + run: echo "PEPR=${GITHUB_WORKSPACE}/pepr}" >> "$GITHUB_ENV" - name: clone pepr-excellent-examples uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 @@ -56,7 +56,7 @@ jobs: path: pepr-excellent-examples - name: "set env: PEXEX" - run: echo "PEXEX="${GITHUB_WORKSPACE}/pepr-excellent-examples}" >> "$GITHUB_ENV" + run: echo "PEXEX=${GITHUB_WORKSPACE}/pepr-excellent-examples" >> "$GITHUB_ENV" - name: setup node uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2