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 303233c commit a0808a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pepr-excellent-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
steps:
- name: workspace-root
run: |
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"
echo "ROOT=${GITHUB_WORKSPACE%%/$REPO_NAME/$REPO_NAME}" >> "$GITHUB_ENV"
- name: get-workspace
run: |
echo "$GITHUB_WORKSPACE"
echo "$ASDF"
echo "$ROOT"
pwd
cd "$ROOT"
pwd
Expand Down

0 comments on commit a0808a5

Please sign in to comment.