Skip to content

Commit

Permalink
updated ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aalavandhan committed Dec 19, 2024
1 parent 580a258 commit 04261ee
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 18 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,4 @@ jobs:
node-version: '20'
- run: yarn install
- run: yarn compile
- run: yarn test
test-coverage:
name: Test Contracts Coverage
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '20'
- run: yarn install
- run: yarn compile
- run: yarn coverage
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn test
34 changes: 34 additions & 0 deletions .github/workflows/Nightly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Nightly

on:
schedule:
- cron: '0 0 * * *'

jobs:
test-contracts:
name: Test Contracts
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '20'
- run: yarn install
- run: yarn compile
- run: yarn test
test-coverage:
name: Test Contracts Coverage
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2-beta
with:
node-version: '20'
- run: yarn install
- run: yarn compile
- run: yarn coverage
- uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ avalanche:
proxyAdmin: 0x5396479b65ed39360Ba6C16f6D7c9fd357674534
geyserRegistry: 0x60156bB86e9125639c624712a360FD3AbBb52421
geysers:
- poolRef: "PNG-AVAX-ETH-AMPL (The great geysir V1)"
deployment: 0x26645e8513B1D20aDb729E7114eDfA930D411720
# - poolRef: "PNG-AVAX-ETH-AMPL (The great geysir V1)"
# deployment: 0x26645e8513B1D20aDb729E7114eDfA930D411720
externalVaultFactoriesWhitelisted: [ ]
```
Expand Down

0 comments on commit 04261ee

Please sign in to comment.