From a360f991c6e1138cc8c7c1745c262ccf1736e442 Mon Sep 17 00:00:00 2001 From: Barrett LaFrance Date: Thu, 4 Apr 2024 12:42:49 -0500 Subject: [PATCH] ci: wip - parallelizing pepr-excellent-example test suite --- .github/workflows/pepr-excellent-examples.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pepr-excellent-examples.yml b/.github/workflows/pepr-excellent-examples.yml index a882a705e..5f15141a0 100644 --- a/.github/workflows/pepr-excellent-examples.yml +++ b/.github/workflows/pepr-excellent-examples.yml @@ -14,8 +14,13 @@ jobs: name: tbd runs-on: ubuntu-latest steps: - - name: pathplz - run: echo "$(pwd)" + - name: set-root + run: | + echo "ROOT=${$GITHUB_WORKSPACE%%/$GITHUB_REPOSITORY}" >> "$GITHUB_ENV" + + - name: get-root + run: | + echo "$ROOT" # examples-matrix: