File tree Expand file tree Collapse file tree 3 files changed +37
-18
lines changed Expand file tree Collapse file tree 3 files changed +37
-18
lines changed Original file line number Diff line number Diff line change 18
18
node-version : ' 20'
19
19
- run : yarn install
20
20
- run : yarn compile
21
- - run : yarn test
22
- test-coverage :
23
- name : Test Contracts Coverage
24
- runs-on : ubuntu-latest
25
-
26
- steps :
27
- - uses : actions/checkout@v2
28
- - uses : actions/setup-node@v2-beta
29
- with :
30
- node-version : ' 20'
31
- - run : yarn install
32
- - run : yarn compile
33
- - run : yarn coverage
34
- - uses : coverallsapp/github-action@v1.1.2
35
- with :
36
- github-token : ${{ secrets.GITHUB_TOKEN }}
21
+ - run : yarn test
Original file line number Diff line number Diff line change
1
+ name : Nightly
2
+
3
+ on :
4
+ schedule :
5
+ - cron : ' 0 0 * * *'
6
+
7
+ jobs :
8
+ test-contracts :
9
+ name : Test Contracts
10
+ runs-on : ubuntu-latest
11
+
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ - uses : actions/setup-node@v2-beta
15
+ with :
16
+ node-version : ' 20'
17
+ - run : yarn install
18
+ - run : yarn compile
19
+ - run : yarn test
20
+ test-coverage :
21
+ name : Test Contracts Coverage
22
+ runs-on : ubuntu-latest
23
+
24
+ steps :
25
+ - uses : actions/checkout@v2
26
+ - uses : actions/setup-node@v2-beta
27
+ with :
28
+ node-version : ' 20'
29
+ - run : yarn install
30
+ - run : yarn compile
31
+ - run : yarn coverage
32
+ - uses : coverallsapp/github-action@v1.1.2
33
+ with :
34
+ github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ avalanche:
69
69
proxyAdmin : 0x5396479b65ed39360Ba6C16f6D7c9fd357674534
70
70
geyserRegistry : 0x60156bB86e9125639c624712a360FD3AbBb52421
71
71
geysers :
72
- - poolRef : " PNG-AVAX-ETH-AMPL (The great geysir V1)"
73
- deployment : 0x26645e8513B1D20aDb729E7114eDfA930D411720
72
+ # - poolRef: "PNG-AVAX-ETH-AMPL (The great geysir V1)"
73
+ # deployment: 0x26645e8513B1D20aDb729E7114eDfA930D411720
74
74
externalVaultFactoriesWhitelisted : [ ]
75
75
` ` `
76
76
You can’t perform that action at this time.
0 commit comments