diff --git a/.github/workflows/library-ci.yml b/.github/workflows/library-ci.yml index ceb8f54907..a8b55b6d9b 100644 --- a/.github/workflows/library-ci.yml +++ b/.github/workflows/library-ci.yml @@ -221,8 +221,6 @@ jobs: - uses: actions/checkout@v6 - name: Setup environment uses: ./.github/actions/setup - with: - build: true - run: pnpm test:functional lint: @@ -232,6 +230,8 @@ jobs: - uses: actions/checkout@v6 - name: Setup environment uses: ./.github/actions/setup + with: + build: false - name: Lint all packages run: pnpm lint - name: Lint playground files