ci: small speed up (#28569)

* ci: small speedup

* chore: small fixes
This commit is contained in:
David Arnold 2024-11-25 19:10:34 +01:00 committed by GitHub
parent a07e6fc2a9
commit 75ed8a8503
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 4 deletions

View file

@ -250,7 +250,7 @@ runs:
start_time=$(date +%s)
cd ~/frappe-bench || exit
CI=Yes bench build --app frappe
CI=Yes bench build
end_time=$(date +%s)
echo -e "\033[33mBuild Assets: $((end_time - start_time)) seconds\033[0m"

View file

@ -1,4 +1,4 @@
name: Patch Base
name: Migration Base
on:
workflow_call:
inputs:

View file

@ -1,4 +1,4 @@
name: Tests Base
name: Server Base
on:
workflow_call:
inputs:
@ -39,6 +39,7 @@ jobs:
gen-idx-integration:
name: Gen Integration Test Matrix
runs-on: ubuntu-latest
if: ${{ inputs.fake-success == false }}
outputs:
indices: ${{ steps.set-indices.outputs.indices }}
steps:

View file

@ -1,4 +1,4 @@
name: Tests Base
name: UI Base
on:
workflow_call:
inputs:
@ -28,6 +28,7 @@ jobs:
gen-idx-integration:
name: Gen Integration Test Matrix
runs-on: ubuntu-latest
if: ${{ inputs.fake-success == false }}
outputs:
indices: ${{ steps.set-indices.outputs.indices }}
steps: