Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Jul 12, 2024
1 parent baa0a11 commit f79aaac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ jobs:
# - name: Setup ember-try scenario
# working-directory: ./test-app
# run: ./node_modules/.bin/ember try:one ember-${{ matrix.scenario }} --skip-cleanup --- cat package.json
- name: Build
- name: Build V2 addon
working-directory: ./carbon-components-ember
run: pnpm run classic:build-ember
- name: Build
run: pnpm run build
- name: Build test app
working-directory: ./test-app
env:
EMBROIDER_TEST_SETUP_FORCE: classic
Expand Down

0 comments on commit f79aaac

Please sign in to comment.