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 662e382 commit 303233c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pepr-excellent-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
WORKSPACE="${GITHUB_WORKSPACE}"
REPO_NAME="${GITHUB_REPOSITORY##*/}"
echo "GITHUB_WORKSPACE=${WORKSPACE%%/$REPO_NAME/$REPO_NAME}" >> "$GITHUB_ENV"
echo "ASDF=${WORKSPACE%%/$REPO_NAME/$REPO_NAME}" >> "$GITHUB_ENV"
- name: get-workspace
run: |
echo "$GITHUB_WORKSPACE"
echo "$ASDF"
pwd
Expand Down

0 comments on commit 303233c

Please sign in to comment.