We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03e0fb commit 9b57828Copy full SHA for 9b57828
1 file changed
.github/workflows/test.yml
@@ -31,6 +31,10 @@ jobs:
31
uses: Borales/actions-yarn@v2.0.0
32
with:
33
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:
38
- name: Run Tests
39
40
0 commit comments