Skip to content

Commit 9b57828

Browse files
authored
Update test.yml
1 parent d03e0fb commit 9b57828

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
uses: Borales/actions-yarn@v2.0.0
3232
with:
3333
cmd: install # will run `yarn install` command
34+
- name: Build Core
35+
uses: Borales/actions-yarn@v2.0.0
36+
with:
37+
cmd: build:core # will run `yarn build:core` command:
3438
- name: Run Tests
3539
uses: Borales/actions-yarn@v2.0.0
3640
with:

0 commit comments

Comments
 (0)