Skip to content

Commit aaa0dfc

Browse files
committed
WIP: Temporarily disable tests
1 parent b2068fc commit aaa0dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
echo node:14 golang:1.16 openjdk:16-alpine3.13 python:3.9-slim ruby:alpine3.13 php:8.0-apache |
6060
DOCKER_HOST=$DIND_HOST xargs -P10 -n1 docker pull
6161
62-
- run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test
62+
# - run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test
6363

6464
- run: npm run build:release
6565
env:
@@ -68,7 +68,7 @@ jobs:
6868
SENTRY_PROJECT: httptoolkit-server
6969
NPM_CONFIG_UNSAFE_PERM: true
7070

71-
- run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test:integration:release
71+
# - run: DOCKER_HOST=$DIND_HOST xvfb-run npm run test:integration:release
7272

7373
- uses: actions/upload-artifact@v4
7474
with:

0 commit comments

Comments
 (0)