Skip to content

Commit 836b17f

Browse files
authored
fix: remove redundant archive and use --scheme prod (#237)
1 parent 579bbf2 commit 836b17f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/prod-vectors.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,11 @@ jobs:
4444
run: uv run python -m consensus_testing.keys --download --scheme prod
4545

4646
- 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/
47+
run: uv run fill --fork=Devnet --scheme prod --clean -n auto
5348

5449
- name: Upload production test fixtures
5550
uses: actions/upload-artifact@v4
5651
with:
5752
name: fixtures-prod-scheme
58-
path: fixtures-prod-scheme.tar.gz
53+
path: fixtures/
5954
if-no-files-found: error

0 commit comments

Comments
 (0)