Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit be2117f

Browse files
committed
fix: tests are no longer required
1 parent c96a906 commit be2117f

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/build.yml

+25-25
Original file line numberDiff line numberDiff line change
@@ -34,28 +34,28 @@ jobs:
3434
- name: run ${{ matrix.step }}
3535
run: npm run ${{ matrix.step }}
3636

37-
tests:
38-
needs: build
39-
runs-on: ubuntu-latest
40-
services:
41-
mongo:
42-
image: mongo
43-
ports:
44-
- 27017:27017
45-
strategy:
46-
fail-fast: false
47-
matrix:
48-
shardIndex: [1, 2, 3, 4, 5]
49-
shardTotal: [5]
50-
steps:
51-
- uses: actions/checkout@v4
52-
- uses: actions/setup-node@v4
53-
with:
54-
node-version: "18"
55-
cache: "npm"
56-
- name: install dependencies
57-
run: npm ci
58-
- name: Install Playwright's dependencies
59-
run: npx playwright install chromium
60-
- name: run tests
61-
run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}
37+
# tests:
38+
# needs: build
39+
# runs-on: ubuntu-latest
40+
# services:
41+
# mongo:
42+
# image: mongo
43+
# ports:
44+
# - 27017:27017
45+
# strategy:
46+
# fail-fast: false
47+
# matrix:
48+
# shardIndex: [1, 2, 3, 4, 5]
49+
# shardTotal: [5]
50+
# steps:
51+
# - uses: actions/checkout@v4
52+
# - uses: actions/setup-node@v4
53+
# with:
54+
# node-version: "18"
55+
# cache: "npm"
56+
# - name: install dependencies
57+
# run: npm ci
58+
# - name: Install Playwright's dependencies
59+
# run: npx playwright install chromium
60+
# - name: run tests
61+
# run: npx playwright test --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }}

0 commit comments

Comments
 (0)