Skip to content

Commit 9f07949

Browse files
committed
fix: use test-package script
1 parent 64df63c commit 9f07949

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ jobs:
5151
working-directory: ./packages/scratch-gui
5252
run: |
5353
npm run build
54-
npm run test
54+
55+
- name: Test scratch-gui
56+
uses: ./.github/actions/test-package
57+
with:
58+
package_name: scratch-gui
5559

5660
- name: Publish scratch-gui to GitHub Packages
5761
working-directory: ./packages/scratch-gui

0 commit comments

Comments
 (0)