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 d169fa9 commit cfe3afc
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 @@ -18,7 +18,7 @@ jobs:
name: tbd
runs-on: ubuntu-latest
steps:
- name: workspace-root
- name: env-workspace-root
run: |
REPO_NAME="${GITHUB_REPOSITORY##*/}"
echo "ROOT=${GITHUB_WORKSPACE%%/$REPO_NAME/$REPO_NAME}" >> "$GITHUB_ENV"
Expand All @@ -31,7 +31,7 @@ jobs:
pwd
cd "$ROOT"
pwd
ls -la
ls -la pepr/pepr
# examples-matrix:
Expand Down

0 comments on commit cfe3afc

Please sign in to comment.