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 7d3252b commit d1a8415Copy full SHA for d1a8415
.github/workflows/tests.yml
@@ -53,5 +53,10 @@ jobs:
53
cache-dependency-path: pyproject.toml
54
allow-prereleases: true
55
56
- - name: test
57
- run: TEST_OFFLINE=1 make test-nocoverage INSTALL_EXTRA=test
+ - name: install firejail
+ run: sudo apt-get install -y firejail
58
+
59
+ - name: run tests offline
60
+ run: |
61
+ make dev INSTALL_EXTRA=test
62
+ firejail --noprofile --net=none --env=TEST_OFFLINE=1 make test-nocoverage
0 commit comments