Skip to content

Commit cb2b678

Browse files
committed
fix(ci): run pnpm scripts explicitly in GitHub Actions
1 parent eb6f9a9 commit cb2b678

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/angular-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
matrix:
4545
include:
4646
- name: Unit tests
47-
command: pnpm ci
47+
command: pnpm run ci
4848
- name: Function tests
49-
command: pnpm test:functions
49+
command: pnpm run test:functions
5050
steps:
5151
- name: Checkout code
5252
uses: actions/checkout@v4

0 commit comments

Comments
 (0)