Skip to content

Commit

Permalink
fix: remove dev tarballs before running hangar tests (#7255)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex authored Jan 28, 2025
1 parent 8050473 commit bc74746
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,10 +278,8 @@ jobs:

- name: Install dependencies
run: |
pnpm install --frozen-lockfile
- name: Build and Package
run: pnpm package:ci
pnpm install --frozen-lockfile --ignore-scripts --filter hangar --filter examples-valid --filter examples-invalid
pnpm turbo compile --filter jsii-fixture
- name: Run Hangar Tests
working-directory: tools/hangar
Expand Down

0 comments on commit bc74746

Please sign in to comment.