All steps in single job.
This commit is contained in:
parent
b07ca2e134
commit
75b0587968
14
.github/workflows/manual.yml
vendored
14
.github/workflows/manual.yml
vendored
@ -1,22 +1,14 @@
|
|||||||
name: 'MLL With Integration Tests'
|
name: 'MLL With Integration Tests'
|
||||||
on: 'workflow_dispatch'
|
on: 'workflow_dispatch'
|
||||||
jobs:
|
jobs:
|
||||||
checkout:
|
mll-with-tests:
|
||||||
runs-on: 'ubuntu-latest'
|
runs-on: 'ubuntu-latest'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
setup:
|
|
||||||
needs: checkout
|
|
||||||
runs-on: 'ubuntu-latest'
|
|
||||||
steps:
|
|
||||||
- name: 'Apply Workflow Patches'
|
- name: 'Apply Workflow Patches'
|
||||||
run: |
|
run: |
|
||||||
cd .github
|
cd .github
|
||||||
bash ./github-ci.sh
|
bash ./github-ci.sh
|
||||||
build:
|
|
||||||
needs: setup
|
|
||||||
runs-on: 'ubuntu-latest'
|
|
||||||
steps:
|
|
||||||
- name: 'Step 00 - Clean'
|
- name: 'Step 00 - Clean'
|
||||||
run: |
|
run: |
|
||||||
cd ./src
|
cd ./src
|
||||||
@ -89,10 +81,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd ./src
|
cd ./src
|
||||||
bash ./16_cleanup.sh
|
bash ./16_cleanup.sh
|
||||||
test:
|
|
||||||
needs: build
|
|
||||||
runs-on: 'ubuntu-latest'
|
|
||||||
steps:
|
|
||||||
- name: 'Test Docker'
|
- name: 'Test Docker'
|
||||||
run: |
|
run: |
|
||||||
cd .github
|
cd .github
|
||||||
|
Loading…
x
Reference in New Issue
Block a user