Skip to content

Commit dfe4e00

Browse files
committed
disable tests
1 parent 72901de commit dfe4e00

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ env:
44
SCRIPT_DIR: ./.github/scripts
55

66
jobs:
7-
test:
8-
strategy:
9-
matrix:
10-
os: [macos-latest, ubuntu-latest, windows-latest]
11-
runs-on: ${{ matrix.os }}
12-
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-node@v3
15-
with:
16-
node-version: 18
17-
- run: yarn install
18-
- name: Run tests
19-
uses: GabrielBB/[email protected]
20-
with:
21-
run: npm run test
7+
# test:
8+
# strategy:
9+
# matrix:
10+
# os: [macos-latest, ubuntu-latest, windows-latest]
11+
# runs-on: ${{ matrix.os }}
12+
# steps:
13+
# - uses: actions/checkout@v3
14+
# - uses: actions/setup-node@v3
15+
# with:
16+
# node-version: 18
17+
# - run: yarn install
18+
# - name: Run tests
19+
# uses: GabrielBB/[email protected]
20+
# with:
21+
# run: npm run test
2222
build:
2323
runs-on: ubuntu-latest
2424
env:

0 commit comments

Comments
 (0)