From b370a28c7ad8636e86fdc86904b11f0c8bb4db8f Mon Sep 17 00:00:00 2001 From: negue Date: Tue, 30 May 2023 23:52:59 +0200 Subject: [PATCH] skip builds on more jobs --- .github/workflows/test.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 476e016a4e..59833798b2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -41,6 +41,7 @@ jobs: with: node-version: ${{ matrix.node-version }} node-env: 'test' + package-install-cmd: 'ci --ignore-scripts' - run: npm run apidoc sanity: @@ -58,6 +59,7 @@ jobs: with: node-version: ${{ matrix.node-version }} node-env: 'test' + package-install-cmd: 'ci --ignore-scripts' - run: npm run test:sanity @@ -76,6 +78,7 @@ jobs: with: node-version: ${{ matrix.node-version }} node-env: 'test' + package-install-cmd: 'ci --ignore-scripts' - run: npm run test:common content: @@ -93,6 +96,7 @@ jobs: with: node-version: ${{ matrix.node-version }} node-env: 'test' + package-install-cmd: 'ci --ignore-scripts' - run: npm run test:content @@ -112,6 +116,7 @@ jobs: with: node-version: ${{ matrix.node-version }} node-env: 'test' + package-install-cmd: 'ci --ignore-scripts' - name: Start MongoDB ${{ matrix.mongodb-version }} Replica Set uses: supercharge/mongodb-github-action@1.3.0 @@ -138,6 +143,7 @@ jobs: with: node-version: ${{ matrix.node-version }} node-env: 'test' + package-install-cmd: 'ci --ignore-scripts' - name: Start MongoDB ${{ matrix.mongodb-version }} Replica Set uses: supercharge/mongodb-github-action@1.3.0 @@ -164,6 +170,7 @@ jobs: with: node-version: ${{ matrix.node-version }} node-env: 'test' + package-install-cmd: 'ci --ignore-scripts' - name: Start MongoDB ${{ matrix.mongodb-version }} Replica Set uses: supercharge/mongodb-github-action@1.3.0 @@ -190,6 +197,9 @@ jobs: with: node-version: ${{ matrix.node-version }} node-env: 'test' + package-install-cmd: 'ci --ignore-scripts' + install-website-package: 'true' + website-package-install-cmd: 'ci --ignore-scripts' - run: npm run test:unit working-directory: ./website/client