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 ca6e4d3 commit f1302d2Copy full SHA for f1302d2
.github/workflows/tests.yml
@@ -63,4 +63,11 @@ jobs:
63
- name: run tests offline
64
run: |
65
make dev INSTALL_EXTRA=test
66
+
67
+ # ensure trust root is updated
68
+ . ./.venv/bin/activate && \
69
+ python -m sigstore plumbing update-trust-root && \
70
+ python -m sigstore --staging plumbing update-trust-root
71
72
+ # run offline tests without network access
73
firejail --noprofile --net=none --env=TEST_OFFLINE=1 make test-nocoverage
0 commit comments