Omitting test from CI, including lint

This commit is contained in:
Imbus 2024-03-02 03:19:05 +01:00
parent 1be992bc34
commit 15a83882ef

View file

@ -32,5 +32,6 @@ jobs:
cache: 'npm' cache: 'npm'
cache-dependency-path: '**/package-lock.json' cache-dependency-path: '**/package-lock.json'
- run: npm ci - run: npm ci
- run: npm run lint
- run: npm run build --if-present - run: npm run build --if-present
- run: npm test # - run: npm test # Not implemented yet