We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb30399 commit 472d6bbCopy full SHA for 472d6bb
1 file changed
.github/workflows/cadence-tests.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
branches: [ "**" ]
6
push:
7
- branches: [ feature/liquidation-mechanism ]
+ branches: [ main, feature/liquidation-mechanism ]
8
9
jobs:
10
cadence-tests:
@@ -21,6 +21,9 @@ jobs:
21
- name: Cache Flow emulator data (disabled)
22
run: echo "We intentionally avoid caching ~/.flow to prevent state collisions between tests."
23
24
+ - name: Install Cadence dependencies
25
+ run: flow deps install --skip-alias --skip-deployments
26
+
27
- name: Make test runner executable
28
run: chmod +x ./run_tests.sh
29
0 commit comments