CI: build: run flood --help after build

This commit is contained in:
Jesse Chan
2020-10-05 14:48:04 +08:00
parent ce1f98e548
commit cedc66e0c7
+2
View File
@@ -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