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 579bbf2 commit 836b17fCopy full SHA for 836b17f
.github/workflows/prod-vectors.yml
@@ -44,16 +44,11 @@ jobs:
44
run: uv run python -m consensus_testing.keys --download --scheme prod
45
46
- name: Fill production test fixtures
47
- env:
48
- LEAN_ENV: prod
49
- run: uv run fill --fork=Devnet --clean -n auto
50
-
51
- - name: Create fixtures archive
52
- run: tar -czf fixtures-prod-scheme.tar.gz fixtures/
+ run: uv run fill --fork=Devnet --scheme prod --clean -n auto
53
54
- name: Upload production test fixtures
55
uses: actions/upload-artifact@v4
56
with:
57
name: fixtures-prod-scheme
58
- path: fixtures-prod-scheme.tar.gz
+ path: fixtures/
59
if-no-files-found: error
0 commit comments