This repository was archived by the owner on Oct 7, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +31
-31
lines changed
Expand file tree Collapse file tree 1 file changed +31
-31
lines changed Original file line number Diff line number Diff line change 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 🐞
You can’t perform that action at this time.
0 commit comments