Skip to content

Commit 32006c0

Browse files
committed
chore: update "Build & Test" GitHub Actions workflow for package testing and building
- ensure installation of dependencies is correctly defined in the workflow
1 parent cf337e2 commit 32006c0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm i --frozen-lockfile
3737

38-
- name: Test packages
38+
- name: Test package
3939
run: pnpm --filter "@forward-software/react-auth" test
4040

4141
build:
@@ -56,5 +56,8 @@ jobs:
5656
node-version: "lts/*"
5757
cache: pnpm
5858

59-
- name: Build packages
59+
- name: Install dependencies
60+
run: pnpm i --frozen-lockfile
61+
62+
- name: Build package
6063
run: pnpm --filter "@forward-software/react-auth" build

0 commit comments

Comments
 (0)