We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2068fc commit aaa0dfcCopy full SHA for aaa0dfc
.github/workflows/ci.yml
@@ -59,7 +59,7 @@ jobs:
59
echo node:14 golang:1.16 openjdk:16-alpine3.13 python:3.9-slim ruby:alpine3.13 php:8.0-apache |
60
DOCKER_HOST=$DIND_HOST xargs -P10 -n1 docker pull
61
62
- - run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test
+ # - run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test
63
64
- run: npm run build:release
65
env:
@@ -68,7 +68,7 @@ jobs:
68
SENTRY_PROJECT: httptoolkit-server
69
NPM_CONFIG_UNSAFE_PERM: true
70
71
- - run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test:integration:release
+ # - run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test:integration:release
72
73
- uses: actions/upload-artifact@v4
74
with:
0 commit comments