Skip to content

Commit 495cce1

Browse files
committed
Update client-unit workflow to use new build script
Replace gulp reference with the new Node.js build script in the client unit test CI workflow.
1 parent 186ef8f commit 495cce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/client-unit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
cache-dependency-path: 'client/yarn.lock'
3030
- run: yarn install --frozen-lockfile
3131
working-directory: client
32-
- name: Stage client libs (Gulp)
33-
run: yarn run gulp client
32+
- name: Pre-build (icons and plugins)
33+
run: node scripts/build.mjs
3434
working-directory: client
3535
- name: Run Vitest Unit Tests
3636
run: yarn test

0 commit comments

Comments
 (0)