diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e8834f3..88b7ac2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -15,7 +15,7 @@ permissions: id-token: write jobs: build: - name: Build and Verify + name: Build runs-on: ubuntu-latest strategy: matrix: @@ -33,8 +33,6 @@ jobs: cache: 'npm' - name: Install dependencies run: npm ci - - name: Verify the integrity of provenance attestations and registry signatures for installed dependencies - run: npm audit signatures test: name: Fast Tests runs-on: ubuntu-latest