Skip to content

Commit faf3c77

Browse files
committed
[core] CI - no unit tests (rust bridge is too big)
1 parent e6fdfb8 commit faf3c77

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

.github/workflows/dev.yaml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,37 @@ on:
66
workflow_dispatch:
77

88
jobs:
9-
unit-tests:
10-
if: github.repository == 'devlikeapro/waha-plus'
11-
runs-on: ubuntu-22.04
12-
name: Unit tests
13-
steps:
14-
- name: Checkout
15-
uses: actions/checkout@v4
16-
with:
17-
fetch-depth: 0
18-
19-
- name: Set up Node
20-
uses: actions/setup-node@v4
21-
with:
22-
node-version: 22
23-
24-
- name: Enable Corepack
25-
run: |
26-
corepack enable
27-
corepack prepare yarn@4.9.2 --activate
28-
29-
- name: Install dependencies
30-
run: |
31-
unset GIT_CONFIG_PARAMETERS
32-
yarn install --immutable
33-
34-
- name: Run unit tests
35-
run: yarn test:unit
9+
# unit-tests:
10+
# if: github.repository == 'devlikeapro/waha-plus'
11+
# runs-on: ubuntu-22.04
12+
# name: Unit tests
13+
# steps:
14+
# - name: Checkout
15+
# uses: actions/checkout@v4
16+
# with:
17+
# fetch-depth: 0
18+
#
19+
# - name: Set up Node
20+
# uses: actions/setup-node@v4
21+
# with:
22+
# node-version: 22
23+
#
24+
# - name: Enable Corepack
25+
# run: |
26+
# corepack enable
27+
# corepack prepare yarn@4.9.2 --activate
28+
#
29+
# - name: Install dependencies
30+
# run: |
31+
# unset GIT_CONFIG_PARAMETERS
32+
# yarn install --immutable
33+
#
34+
# - name: Run unit tests
35+
# run: yarn test:unit
3636

3737
docker-build:
3838
if: github.repository == 'devlikeapro/waha-plus'
39-
needs: unit-tests
39+
# needs: unit-tests
4040
runs-on: ${{ matrix.runner }}
4141
name:
4242
${{ matrix.engine }} - ${{ matrix.browser }} - ${{ matrix.platform }} -

0 commit comments

Comments
 (0)