Skip to content

Commit

Permalink
ci: wip - parallelizing pepr-excellent-example test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
btlghrants committed Apr 4, 2024
1 parent 7d83a3d commit 020a035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pepr-excellent-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 020a035

Please sign in to comment.