Skip to content

Commit e505d8c

Browse files
committed
fix(ci): make the ci isoprod by removing fetch-depth
1 parent f3b4bf0 commit e505d8c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
runs-on: "ubuntu-latest"
1010
steps:
1111
- uses: "actions/checkout@v3"
12-
with:
13-
fetch-depth: 0
1412
- run: sudo apt-get install -y valgrind
1513
- uses: pnpm/[email protected]
1614
with:
@@ -20,14 +18,12 @@ jobs:
2018
cache: "pnpm"
2119
node-version-file: ".nvmrc"
2220
- run: pnpm install --frozen-lockfile --prefer-offline
23-
- run: pnpm moon check --all
21+
- run: pnpm moon run :format :lint :typecheck :build :test
2422

2523
codspeed:
2624
runs-on: "ubuntu-latest"
2725
steps:
2826
- uses: "actions/checkout@v3"
29-
with:
30-
fetch-depth: 0
3127
- run: sudo apt-get install -y valgrind
3228
- uses: pnpm/[email protected]
3329
with:

0 commit comments

Comments
 (0)