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:
parent
45a99d6c10
commit
dd87fbf8ed
3
.github/workflows/cron-test.yaml
vendored
3
.github/workflows/cron-test.yaml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user