mirror of
https://github.com/zoriya/flood.git
synced 2026-06-08 04:41:03 +00:00
CI: build: run flood --help after build
This commit is contained in:
@@ -13,6 +13,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
node: [12, 14]
|
||||
fail-fast: false
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -24,3 +25,4 @@ jobs:
|
||||
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run start -- --help
|
||||
|
||||
Reference in New Issue
Block a user