-
Notifications
You must be signed in to change notification settings - Fork 296
40 lines (35 loc) · 1.18 KB
/
migration.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
name: Migration test
on:
pull_request:
jobs:
migration_test:
runs-on: buildjet-32vcpu-ubuntu-2204
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
with:
lfs: true
fetch-tags: true
fetch-depth: 0
- name: Load rust cache
uses: astriaorg/[email protected]
with:
# Cache the git worktree for faster builds
workspaces: |
. -> ./target
./deployments/worktrees/v0.75.0 -> ./deployments/worktrees/v0.75.0/target
- name: Install cometbft binary
run: ./deployments/scripts/install-cometbft
- name: Install process-compose
run: >-
sh -c "$(curl --location https://raw.githubusercontent.com/F1bonacc1/process-compose/main/scripts/get-pc.sh)" --
-d -b ~/bin
- name: Run migration test
run: |
export PATH="$HOME/bin:$PATH"
# debugging cache layers, checking which scripts are visible to CI context
tree deployments/compose/ deployments/scripts/
./deployments/scripts/migration-test v0.75.0