Skip to content

Commit 821a21b

Browse files
authored
Update ci.yml
1 parent 22da402 commit 821a21b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171
run: npm install
7272
- name: Code test
7373
run: npm run test
74+
- name: Build
75+
run: npm run compile
7476
- name: Get the version
7577
id: get_version
7678
run: echo ::set-output name=VERSION::$(echo $GITHUB_REF | cut -d / -f 3)
@@ -123,4 +125,4 @@ jobs:
123125
${{ github.repository }} ${{ github.event_name }} Message
124126
options: '{"bark": { "url": "https://github.com/${{github.repository}}" }}'
125127
debug: false
126-
128+

0 commit comments

Comments
 (0)