From 44d3ecd11347ea467256a8f030b64ccb0182b23b Mon Sep 17 00:00:00 2001 From: Tom French Date: Wed, 4 Dec 2024 16:02:54 +0000 Subject: [PATCH] . --- .github/workflows/lockfile.yml | 23 ----------------------- .github/workflows/test-js-packages.yml | 14 ++++++++++++++ cspell.json | 1 + 3 files changed, 15 insertions(+), 23 deletions(-) delete mode 100644 .github/workflows/lockfile.yml diff --git a/.github/workflows/lockfile.yml b/.github/workflows/lockfile.yml deleted file mode 100644 index 190e01745af..00000000000 --- a/.github/workflows/lockfile.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Lockfile check - -on: - pull_request: - -# This will cancel previous runs when a branch or PR is updated -concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }} - cancel-in-progress: true - -jobs: - yarn-lock: - runs-on: ubuntu-latest - timeout-minutes: 30 - - steps: - - name: Checkout - uses: actions/checkout@v4 - - # Errors if installation would result in modifications to yarn.lock - - name: Install - run: yarn --immutable - shell: bash diff --git a/.github/workflows/test-js-packages.yml b/.github/workflows/test-js-packages.yml index 9056fc0a7b7..6a9a918b955 100644 --- a/.github/workflows/test-js-packages.yml +++ b/.github/workflows/test-js-packages.yml @@ -13,6 +13,19 @@ concurrency: cancel-in-progress: true jobs: + yarn-lock: + runs-on: ubuntu-latest + timeout-minutes: 30 + + steps: + - name: Checkout + uses: actions/checkout@v4 + + # Errors if installation would result in modifications to yarn.lock + - name: Install + run: yarn --immutable + shell: bash + build-nargo: runs-on: ubuntu-22.04 timeout-minutes: 30 @@ -581,6 +594,7 @@ jobs: # We want this job to always run (even if the dependant jobs fail) as we want this job to fail rather than skipping. if: ${{ always() }} needs: + - yarn-lock - test-acvm_js-node - test-acvm_js-browser - test-noirc-abi diff --git a/cspell.json b/cspell.json index 15bba2cb5f8..5c707e92e21 100644 --- a/cspell.json +++ b/cspell.json @@ -155,6 +155,7 @@ "nargo", "neovim", "newtype", + "nextest", "nightlies", "nixpkgs", "noirc",