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

Commit cfee300

Browse files
committed
ci(test/unit): disable pipeline
1 parent 348c36f commit cfee300

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

.github/workflows/TEST_UNIT.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
# ===== ci(test/unit) ======
2-
name: Unit Tests
2+
# name: Unit Tests
33

4-
on:
5-
push:
6-
branches: '*'
7-
pull_request:
8-
branches: '*'
4+
# on:
5+
# push:
6+
# branches: '*'
7+
# pull_request:
8+
# branches: '*'
99

10-
jobs:
11-
test:
12-
timeout-minutes: 5
13-
runs-on: ubuntu-latest
14-
strategy:
15-
matrix:
16-
node-version: [22.13.1]
10+
# jobs:
11+
# test:
12+
# timeout-minutes: 5
13+
# runs-on: ubuntu-latest
14+
# strategy:
15+
# matrix:
16+
# node-version: [22.13.1]
1717

18-
steps:
19-
- name: 🛎️ Checkout Code
20-
uses: actions/checkout@v4
21-
with:
22-
fetch-depth: 0 # All history for branches and tags
18+
# steps:
19+
# - name: 🛎️ Checkout Code
20+
# uses: actions/checkout@v4
21+
# with:
22+
# fetch-depth: 0 # All history for branches and tags
2323

24-
- name: 📦 Install pnpm
25-
uses: pnpm/action-setup@v4
26-
# with:
27-
# run_install: false
24+
# - name: 📦 Install pnpm
25+
# uses: pnpm/action-setup@v4
26+
# # with:
27+
# # run_install: false
2828

29-
- name: Install Node.js
30-
uses: actions/setup-node@v4
31-
with:
32-
node-version: 22.13.1
33-
cache: pnpm
29+
# - name: Install Node.js
30+
# uses: actions/setup-node@v4
31+
# with:
32+
# node-version: 22.13.1
33+
# cache: pnpm
3434

35-
- name: 💀 Run Unit Tests
36-
run: pnpm i; pnpm nx test website --verbose
35+
# - name: 💀 Run Unit Tests
36+
# run: pnpm i; pnpm nx test website --verbose
3737

38-
- name: 💰 Profit
39-
run: echo 🐞
38+
# - name: 💰 Profit
39+
# run: echo 🐞

0 commit comments

Comments
 (0)