Skip to content

Commit

Permalink
ci: fix generator-examples matrix config
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Dec 6, 2022
1 parent 110fe29 commit ebb0155
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ jobs:
needs: [setup]
if: needs.setup.outputs.hasAffected == 'true' || inputs.affected != true
timeout-minutes: 5
continue-on-error: ${{ matrix.experimental }}
strategy:
# max-parallel: 2
fail-fast: false
Expand All @@ -145,7 +144,7 @@ jobs:
- 'stackexchange'
- 'star-wars-api'
- 'trippin'
name: node-${{ matrix.node }} - ${{ matrix.example }}
name: node-${{ matrix.node }} - ${{ matrix.type }} - ${{ matrix.example }}
env:
NX_CLOUD_ENV_NAME: node-${{ matrix.node }}
steps:
Expand Down

0 comments on commit ebb0155

Please sign in to comment.