Skip to content

Commit a193471

Browse files
jribbinkzhangchiqingRZhang05
committed
[Feature] Forked Mainnet Simulation Tests (#191)
Co-authored-by: Leo Zhang (zhangchiqing) <zhangchiqing@gmail.com> Co-authored-by: Raymond Zhang <zhangraymond05@gmail.com>
1 parent d346a22 commit a193471

25 files changed

Lines changed: 6142 additions & 85 deletions

.github/workflows/cadence_tests.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
- v0
8+
- feature/*
89
pull_request:
910
branches:
1011
- main
1112
- v0
13+
- feature/*
1214

1315
jobs:
1416
tests:
@@ -29,6 +31,13 @@ jobs:
2931
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
3032
restore-keys: |
3133
${{ runner.os }}-go-
34+
- name: Cache Flow Emulator Fork Data
35+
uses: actions/cache@v4
36+
with:
37+
path: .flow-fork-cache
38+
key: ${{ runner.os }}-flow-emulator-fork-${{ github.sha }}
39+
restore-keys: |
40+
${{ runner.os }}-flow-emulator-fork-
3241
- name: Install Flow CLI
3342
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
3443
- name: Flow CLI Version

.github/workflows/e2e_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
- v0
8+
- feature/*
89
pull_request:
910
branches:
1011
- main
1112
- v0
13+
- feature/*
1214

1315
jobs:
1416
e2e-tests:

.github/workflows/incrementfi_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
- v0
8+
- feature/*
89
pull_request:
910
branches:
1011
- main
1112
- v0
13+
- feature/*
1214

1315
jobs:
1416
tests:

.github/workflows/punchswap.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
- v0
8+
- feature/*
89
pull_request:
910
branches:
1011
- main
1112
- v0
13+
- feature/*
1214

1315
jobs:
1416
tests:

.github/workflows/scheduled_rebalance_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- scheduled-rebalancing
7+
- feature/*
88
pull_request:
99
branches:
1010
- main
11+
- feature/*
1112

1213
jobs:
1314
scheduled-rebalance-tests:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ db
2424

2525
# logs
2626
run_logs/*.log
27+
28+
# flow
29+
.flow-fork-cache/

0 commit comments

Comments
 (0)