Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .github/workflows/cadence_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- v0
- feature/*
pull_request:
branches:
- main
- v0
- feature/*

jobs:
tests:
Expand All @@ -29,6 +31,13 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Cache Flow Emulator Fork Data
uses: actions/cache@v4
with:
path: .flow-fork-cache
key: ${{ runner.os }}-flow-emulator-fork-${{ github.sha }}
restore-keys: |
${{ runner.os }}-flow-emulator-fork-
- name: Install Flow CLI
run: sh -ci "$(curl -fsSL https://raw.githubusercontent.com/onflow/flow-cli/master/install.sh)"
- name: Flow CLI Version
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- v0
- feature/*
pull_request:
branches:
- main
- v0
- feature/*

jobs:
e2e-tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/incrementfi_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- v0
- feature/*
pull_request:
branches:
- main
- v0
- feature/*

jobs:
tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/punchswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
branches:
- main
- v0
- feature/*
pull_request:
branches:
- main
- v0
- feature/*

jobs:
tests:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/scheduled_rebalance_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
push:
branches:
- main
- scheduled-rebalancing
- feature/*
pull_request:
branches:
- main
- feature/*

jobs:
scheduled-rebalance-tests:
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ db

# logs
run_logs/*.log

# flow
.flow-fork-cache/
Loading
Loading