Skip to content

Commit 12c6820

Browse files
committed
ci: download test fixtures instead of generating them
1 parent 9568da8 commit 12c6820

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,13 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949

50-
- name: Checkout leanSpec
51-
uses: actions/checkout@v4
50+
- name: Download test fixtures
51+
uses: actions/download-artifact@v5
5252
with:
5353
repository: leanEthereum/leanSpec
54-
ref: bf0f606a75095cf1853529bc770516b1464d9716
55-
path: ./leanSpec
56-
57-
- name: Install uv
58-
uses: astral-sh/setup-uv@v5
59-
60-
- name: Generate test fixtures
61-
working-directory: ./leanSpec
62-
run: uv run fill --clean --fork=devnet --scheme=prod
54+
name: fixtures-prod-scheme
55+
path: ./leanSpec/fixtures
56+
github-token: ${{ secrets.GITHUB_TOKEN }}
6357

6458
- name: Setup Rust
6559
uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)