Skip to content

Commit

Permalink
ci(workflows): fix steps in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Nov 4, 2023
1 parent f4fc226 commit 8df377c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-changeset.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- name: Install packages dependencies only
run: pnpm run ci:packages:install-deps

- name: Build packages
run: pnpm run ci:packages:build

- name: Lint packages
run: pnpm run ci:packages:lint

- name: Check packages types
run: pnpm run ci:packages:typecheck

- name: Build packages
run: pnpm run ci:packages:build

- name: Test packages
run: pnpm run ci:packages:test

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ jobs:
- name: Install packages dependencies only
run: pnpm run ci:packages:install-deps

- name: Build packages
run: pnpm run ci:packages:build

- name: Lint packages
run: pnpm run ci:packages:lint

- name: Check packages types
run: pnpm run ci:packages:typecheck

- name: Build packages
run: pnpm run ci:packages:build

- name: Test packages
run: pnpm run ci:packages:test

0 comments on commit 8df377c

Please sign in to comment.