Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit b10f7e8

Browse files
committed
#33 Compile typescript before executing the tests
1 parent dde929c commit b10f7e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ jobs:
4040
cd -
4141
cd hooks/
4242
npm ci
43+
- name: "Compile Typescript"
44+
run: |
45+
cd hooks/declarative-subsequent-scans
46+
npm run build
4347
- name: "Run tests & publish code coverage"
4448
uses: paambaati/codeclimate-action@v2.6.0
4549
env:

0 commit comments

Comments
 (0)