Compare commits
1 Commits
4a006d27c5
...
cdd3964e6b
Author | SHA1 | Date | |
---|---|---|---|
cdd3964e6b |
@ -1,12 +1,9 @@
|
|||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_call:
|
||||||
workflows: [ Master, PR ]
|
|
||||||
types: [ completed ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
integrationTests:
|
integrationTests:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@ -86,8 +83,3 @@ jobs:
|
|||||||
if: steps.check-android-changes.outputs.any_modified == 'true' || failure()
|
if: steps.check-android-changes.outputs.any_modified == 'true' || failure()
|
||||||
run: |
|
run: |
|
||||||
docker compose -f .gitea/workflows/assets/docker-compose.yml stop
|
docker compose -f .gitea/workflows/assets/docker-compose.yml stop
|
||||||
nothingToDo:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
|
|
||||||
steps:
|
|
||||||
- run: echo 'The triggering workflow failed'
|
|
@ -86,4 +86,7 @@ jobs:
|
|||||||
branch: ${{ github.head_ref || github.ref_name }}
|
branch: ${{ github.head_ref || github.ref_name }}
|
||||||
build:
|
build:
|
||||||
needs: Lint
|
needs: Lint
|
||||||
uses: ./.gitea/workflows/common_build.yml
|
uses: ./.gitea/workflows/on_called_build.yml
|
||||||
|
test:
|
||||||
|
needs: build
|
||||||
|
uses: ./.gitea/workflows/on_called_to_test.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user