Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Dec 4, 2024
1 parent 9db016a commit 44d3ecd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/lockfile.yml

This file was deleted.

14 changes: 14 additions & 0 deletions .github/workflows/test-js-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
"nargo",
"neovim",
"newtype",
"nextest",
"nightlies",
"nixpkgs",
"noirc",
Expand Down

0 comments on commit 44d3ecd

Please sign in to comment.