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 020a035 commit 60eb190
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/pepr-excellent-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,20 @@ jobs:
- name: "set env: PEXEX"
run: echo "PEXEX=${GITHUB_WORKSPACE}/pepr-excellent-examples" >> "$GITHUB_ENV"

- name: setup node
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: 20
cache: "npm"
# - name: setup node
# uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
# with:
# node-version: 20
# cache: "npm"

- name: node version
run: node --version

- name: create matrix
run: node "$PEPR/.github/workflows/pepr-excellent-examples-matrix.js"
id: create-matrix

act-matrix:
excellent-examples:
name: Run Excellent Example (${{ matrix.nickname }})
runs-on: ubuntu-latest
if: needs.generate-matrix.outputs.matrix != ''
Expand Down

0 comments on commit 60eb190

Please sign in to comment.