Skip to content

Commit fb0d4c1

Browse files
committed
chore(ci): 不要なフラグを削除
1 parent dbe779e commit fb0d4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
node-version: ${{ matrix.node-version }}
2626
cache: 'pnpm'
2727
- run: pnpm install --frozen-lockfile
28-
- run: pnpm run build --if-present
28+
- run: pnpm run build
2929
- run: pnpm run test
3030
- run: pnpm run test:integration

0 commit comments

Comments
 (0)