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 0c68063 commit 8408eb4Copy full SHA for 8408eb4
1 file changed
.github/workflows/test.yml
@@ -41,6 +41,8 @@ jobs:
41
uses: bahmutov/npm-install@v1
42
with:
43
install-command: yarn --frozen-lockfile --ignore-engines
44
+ - name: Compile project
45
+ run: npx gulp compile
46
- name: Run unit tests
47
run: npx jest
48
windows:
@@ -57,5 +59,7 @@ jobs:
57
59
node-version: 16
58
60
- name: Install dependencies
61
run: yarn install --frozen-lockfile
62
63
64
65
0 commit comments