Skip to content

Commit 51a5a31

Browse files
committed
test ci
1 parent 11bd92d commit 51a5a31

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/workflows/code-quality.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -20,32 +20,32 @@ jobs:
2020
uses: actions/setup-node@v4
2121
with:
2222
node-version: ${{ matrix.node-version }}
23-
cache: 'pnpm'
23+
cache: 'pnpm'
2424
- name: Install dependencies
2525
run: pnpm install --frozen-lockfile
2626
- name: Run Formatter
2727
run: pnpm format:check
2828
test:
29-
name: Format
30-
runs-on: ubuntu-22.04
31-
strategy:
32-
matrix:
33-
node-version: latest
34-
steps:
35-
- uses: actions/checkout@v4
36-
- name: Install pnpm
37-
uses: pnpm/action-setup@v4
38-
with:
39-
version: 10
40-
- name: Use Node.js ${{ matrix.node-version }}
41-
uses: actions/setup-node@v4
42-
with:
43-
node-version: ${{ matrix.node-version }}
44-
cache: 'pnpm'
45-
- name: Install dependencies
46-
run: pnpm install --frozen-lockfile
47-
- name: Run tests
48-
run: pnpm test
29+
name: Format
30+
runs-on: ubuntu-22.04
31+
strategy:
32+
matrix:
33+
node-version: latest
34+
steps:
35+
- uses: actions/checkout@v4
36+
- name: Install pnpm
37+
uses: pnpm/action-setup@v4
38+
with:
39+
version: 10
40+
- name: Use Node.js ${{ matrix.node-version }}
41+
uses: actions/setup-node@v4
42+
with:
43+
node-version: ${{ matrix.node-version }}
44+
cache: 'pnpm'
45+
- name: Install dependencies
46+
run: pnpm install --frozen-lockfile
47+
- name: Run tests
48+
run: pnpm test
4949

5050
build:
5151
name: Format
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/setup-node@v4
6464
with:
6565
node-version: ${{ matrix.node-version }}
66-
cache: 'pnpm'
66+
cache: 'pnpm'
6767
- name: Install dependencies
6868
run: pnpm install --frozen-lockfile
6969
- name: Build project

0 commit comments

Comments
 (0)