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 6737b13 commit a360f99
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pepr-excellent-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a360f99

Please sign in to comment.