Updated ci.yml
This commit is contained in:
parent
1df29be7b3
commit
4b7e8f80cd
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ jobs:
|
||||||
run: npm install
|
run: npm install
|
||||||
- name: Show heartbeat.js version and changelogs
|
- name: Show heartbeat.js version and changelogs
|
||||||
run: |
|
run: |
|
||||||
awk '/const heartbeatApiInfo = {/,/};/' ggs-cron/plugins/heartbeat.js | grep -E 'version:|changelogs:'
|
awk '/const heartbeatApiInfo = {/,/};/' ggs-cron/src/branch/master/plugins/heartbeat.js | grep -E 'version:|changelogs:'
|
||||||
# - name: Run application
|
# - name: Run application
|
||||||
# run: npm start
|
# run: npm start
|
||||||
# env:
|
# env:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue