skip test in CI

This commit is contained in:
m5r 2021-12-04 01:10:13 +01:00
parent de6361c418
commit 3a89eefc8e

View File

@ -18,6 +18,7 @@ jobs:
- run: npm run lint
test:
if: false == true
name: Test
timeout-minutes: 4
runs-on: ubuntu-latest