Skip to content

Commit 472d6bb

Browse files
committed
ci: refine runner workflow (install deps, run on main & feature)
1 parent eb30399 commit 472d6bb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cadence-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
branches: [ "**" ]
66
push:
7-
branches: [ feature/liquidation-mechanism ]
7+
branches: [ main, feature/liquidation-mechanism ]
88

99
jobs:
1010
cadence-tests:
@@ -21,6 +21,9 @@ jobs:
2121
- name: Cache Flow emulator data (disabled)
2222
run: echo "We intentionally avoid caching ~/.flow to prevent state collisions between tests."
2323

24+
- name: Install Cadence dependencies
25+
run: flow deps install --skip-alias --skip-deployments
26+
2427
- name: Make test runner executable
2528
run: chmod +x ./run_tests.sh
2629

0 commit comments

Comments
 (0)