Skip to content

Commit 5676234

Browse files
committed
test(ci): run tests in parallel
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent c4a965e commit 5676234

4 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323
with:
24-
node-version-file: ".nvmrc"
25-
cache: "pnpm"
24+
node-version-file: .nvmrc
25+
cache: pnpm
2626

2727
- run: pnpm install
2828
- run: pnpm build
@@ -55,8 +55,8 @@ jobs:
5555
- name: Setup Node
5656
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
5757
with:
58-
node-version-file: ".nvmrc"
59-
cache: "pnpm"
58+
node-version-file: .nvmrc
59+
cache: pnpm
6060

6161
- run: pnpm install
6262
- run: pnpm build
@@ -86,8 +86,8 @@ jobs:
8686
- name: Setup Node
8787
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
8888
with:
89-
node-version-file: ".nvmrc"
90-
cache: "pnpm"
89+
node-version-file: .nvmrc
90+
cache: pnpm
9191

9292
- run: pnpm install
9393
- run: pnpm build

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323
with:
24-
node-version-file: ".nvmrc"
25-
cache: "pnpm"
24+
node-version-file: .nvmrc
25+
cache: pnpm
2626

2727
- run: pnpm install
2828
- run: pnpm lint:check

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Setup Node
2323
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2424
with:
25-
node-version-file: ".nvmrc"
26-
cache: "pnpm"
25+
node-version-file: .nvmrc
26+
cache: pnpm
2727

2828
- run: pnpm install
2929
- run: pnpm build
@@ -61,8 +61,8 @@ jobs:
6161
- name: Setup Node
6262
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
6363
with:
64-
node-version-file: ".nvmrc"
65-
cache: "pnpm"
64+
node-version-file: .nvmrc
65+
cache: pnpm
6666

6767
- run: pnpm install
6868
- run: pnpm build
@@ -94,8 +94,8 @@ jobs:
9494
- name: Setup Node
9595
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
9696
with:
97-
node-version-file: ".nvmrc"
98-
cache: "pnpm"
97+
node-version-file: .nvmrc
98+
cache: pnpm
9999

100100
- run: pnpm install
101101
- run: pnpm build

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
2323
with:
24-
node-version-file: ".nvmrc"
25-
cache: "pnpm"
24+
node-version-file: .nvmrc
25+
cache: pnpm
2626

2727
- run: pnpm install
2828
- run: pnpm tsc --noEmit
@@ -53,8 +53,8 @@ jobs:
5353
- name: Setup Node
5454
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
5555
with:
56-
node-version-file: ".nvmrc"
57-
cache: "pnpm"
56+
node-version-file: .nvmrc
57+
cache: pnpm
5858

5959
- run: pnpm install
6060

0 commit comments

Comments
 (0)