Skip to content

Commit c8bdc80

Browse files
committed
fix: add CAPISCIO_SKIP_CHECKSUM to E2E test env
No releases currently include checksums.txt, so E2E tests need to skip checksum verification.
1 parent 1508a71 commit c8bdc80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ jobs:
3838

3939
- name: Run E2E tests
4040
run: pnpm test:e2e
41+
env:
42+
# No releases currently include checksums.txt
43+
CAPISCIO_SKIP_CHECKSUM: 'true'

0 commit comments

Comments
 (0)