From bc747465d679c430f1a8b6c849e1b9e3afb47a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Pallar=C3=A9s?= Date: Tue, 28 Jan 2025 12:53:58 +0100 Subject: [PATCH] fix: remove dev tarballs before running hangar tests (#7255) --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9206cd139d1..0e8224e49ec 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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