Skip to content

Commit 25d06f9

Browse files
committedFeb 29, 2024
use full depth
1 parent 090abc5 commit 25d06f9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/main.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: QA
22
on: [pull_request]
33
jobs:
44
lint:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-22.04
66
steps:
77
- uses: actions/checkout@v4
88
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
@@ -16,11 +16,9 @@ jobs:
1616
run: pnpm lint
1717

1818
test:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
steps:
2121
- uses: actions/checkout@v4
22-
with:
23-
fetch-depth: 0
2422
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
2523
- uses: actions/setup-node@v4
2624
with:
@@ -46,9 +44,11 @@ jobs:
4644
path: code-coverage-results.md
4745

4846
build:
49-
runs-on: ubuntu-latest
47+
runs-on: ubuntu-22.04
5048
steps:
5149
- uses: actions/checkout@v4
50+
with:
51+
fetch-depth: 0
5252
- uses: pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d # v3.0.0
5353
- uses: actions/setup-node@v4
5454
with:

0 commit comments

Comments
 (0)
Failed to load comments.