parent
a07e6fc2a9
commit
75ed8a8503
4 changed files with 6 additions and 4 deletions
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
|
|
@ -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"
|
||||
|
|
|
|||
2
.github/workflows/_base-migration.yml
vendored
2
.github/workflows/_base-migration.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Patch Base
|
||||
name: Migration Base
|
||||
on:
|
||||
workflow_call:
|
||||
inputs:
|
||||
|
|
|
|||
3
.github/workflows/_base-server-tests.yml
vendored
3
.github/workflows/_base-server-tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
3
.github/workflows/_base-ui-tests.yml
vendored
3
.github/workflows/_base-ui-tests.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue