1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00: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 command: npm ci
- name: Build library parts - name: Build library parts
run: run npm build -- --ignore open-lens run: npm run build -- --ignore open-lens
- run: npm run test:unit - run: npm run test:unit
name: Run tests name: Run tests