We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9568da8 commit 12c6820Copy full SHA for 12c6820
.github/workflows/ci.yml
@@ -47,19 +47,13 @@ jobs:
47
steps:
48
- uses: actions/checkout@v4
49
50
- - name: Checkout leanSpec
51
+ - name: Download test fixtures
+ uses: actions/download-artifact@v5
52
with:
53
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
+ name: fixtures-prod-scheme
+ path: ./leanSpec/fixtures
+ github-token: ${{ secrets.GITHUB_TOKEN }}
63
64
- name: Setup Rust
65
uses: dtolnay/rust-toolchain@master
0 commit comments