Skip to content

Commit

Permalink
ci config update
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed May 30, 2024
1 parent 5f74235 commit ae80de5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}

strategy:
fail-fast: true
matrix:
node-version: [20.x]
os: [ubuntu-latest]
Expand Down
2 changes: 1 addition & 1 deletion spot-vaults/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@openzeppelin/contracts": "4.9.6",
"@openzeppelin/contracts-upgradeable": "4.7.3",
"ampleforth-contracts": "https://github.com/ampleforth/ampleforth-contracts#master",
"tranche": "https://github.com/buttonwood-protocol/tranche.git"
"tranche": "https://github.com/buttonwood-protocol/tranche.git#main"
},
"devDependencies": {
"@ethersproject/abi": "^5.6.4",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ __metadata:
prettier-plugin-solidity: ^1.0.0-dev.23
solhint: ^3.3.7
solidity-coverage: ^0.8.5
tranche: "https://github.com/buttonwood-protocol/tranche.git"
tranche: "https://github.com/buttonwood-protocol/tranche.git#main"
ts-node: ^10.9.1
typechain: ^8.1.0
typescript: ^4.7.4
Expand Down Expand Up @@ -15871,7 +15871,7 @@ __metadata:
languageName: node
linkType: hard

"tranche@https://github.com/buttonwood-protocol/tranche.git":
"tranche@https://github.com/buttonwood-protocol/tranche.git#main":
version: 1.0.0
resolution: "tranche@https://github.com/buttonwood-protocol/tranche.git#commit=3b9b6be224b5220fe5e08a4dfa76a27b9684f259"
dependencies:
Expand Down

0 comments on commit ae80de5

Please sign in to comment.