1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-19 05:17:22 +03:00

ci: Fix test of 'Cron Test' workflow

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-04-24 09:53:44 -04:00
parent ff0d21f6a4
commit 8dce32153f

View File

@ -51,7 +51,7 @@ jobs:
command: npm ci
- name: Build library parts
run: run npm build -- --ignore open-lens
run: npm run build -- --ignore open-lens
- run: npm run test:unit
name: Run tests