Skip to content

Commit

Permalink
ci: rename generator-example jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
domjtalbot committed Dec 6, 2022
1 parent ebb0155 commit b0525b2
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 @@ -160,7 +160,6 @@ jobs:
node-version: ${{ matrix.node }}

- name: Build Nx-mesh
if: inputs.affected != true
shell: bash
run: |
pnpm nx run nx-mesh:build
Expand All @@ -173,7 +172,7 @@ jobs:
--example=${{ matrix.example }} \
--no-interactive
- name: Generate Example
- name: Build example
shell: bash
run: |
pnpm nx run ${{ matrix.example }}:build
Expand Down

0 comments on commit b0525b2

Please sign in to comment.