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 95cb995 commit edbd293Copy full SHA for edbd293
.github/workflows/ci.yml
@@ -51,11 +51,11 @@ jobs:
51
unshare --map-root-user --net make test TEST_ARGS="--skip-online -vv --showlocals"
52
53
- name: test
54
- run: make test TEST_ARGS="-vv --showlocals --skip-staging"
+ run: make test TEST_ARGS="-vv --showlocals"
55
56
- name: test (interactive)
57
if: (github.event_name != 'pull_request') || !github.event.pull_request.head.repo.fork
58
- run: make test-interactive TEST_ARGS="-vv --showlocals --skip-staging"
+ run: make test-interactive TEST_ARGS="-vv --showlocals"
59
60
- uses: ./.github/actions/upload-coverage
61
# only aggregate test coverage over linux-based tests to avoid any OS-specific filesystem information stored in
0 commit comments