1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

chore: Fix cron test workflow failing due to wrong reasons

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-04-17 11:44:16 -04:00
parent 45a99d6c10
commit dd87fbf8ed

View File

@ -50,5 +50,8 @@ jobs:
retry_on: error
command: npm ci
- name: Build library parts
run: run npm build -- --ignore open-lens
- run: npm run test:unit
name: Run tests