mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: reduce build time (#4405)
## About the changes ~~Test if max-workers can speed up test runs~~ No, this didn't help. Disabling the job that takes longer should help mitigate. We lose the coverage report but we still test our code: https://github.com/Unleash/unleash/actions/runs/5751945832/job/15591813034?pr=4405#step:7:2396 This cuts the build time by 50% and moving this to a daily schedule
This commit is contained in:
parent
885f88407a
commit
043a3a10ec
13
.github/workflows/build_prs_jest_report.yaml
vendored
13
.github/workflows/build_prs_jest_report.yaml
vendored
@ -1,10 +1,13 @@
|
||||
name: PR -> Test & Coverage
|
||||
name: Test & Coverage
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- frontend/**
|
||||
- website/**
|
||||
# pull_request:
|
||||
# paths-ignore:
|
||||
# - frontend/**
|
||||
# - website/**
|
||||
schedule: # Run every day
|
||||
- cron: '0 8 * * *'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user