Skip to content

Commit

Permalink
chore(ci): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kidp2h committed Jul 29, 2024
1 parent 1f9b66b commit 8fa2179
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Lint commit
run: npx commitlint --last --verbose
lint-code:
Expand All @@ -41,7 +41,7 @@ jobs:
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Lint code
run: pnpm lint
build:
Expand All @@ -60,7 +60,7 @@ jobs:
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Run build
run: pnpm build
test:
Expand All @@ -79,7 +79,7 @@ jobs:
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Run tests
run: pnpm test:cov
- name: Upload coverage reports to Codecov
Expand All @@ -105,7 +105,7 @@ jobs:
run: cp .env.development.local.example .env.development.local && cp .env.development.example
.env.development
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: pnpm install
- name: Run PostgreSQL container
run: pnpm docker:up
- name: Sleep for 10 seconds wait for container
Expand Down

0 comments on commit 8fa2179

Please sign in to comment.