thorough
This commit is contained in:
parent
ea2757a471
commit
e62cfdea49
|
@ -222,7 +222,7 @@ jobs:
|
||||||
|
|
||||||
coverage:
|
coverage:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: tests
|
needs: [tests, run_pre_commit_checks, check_docker_start_script]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out the repository
|
- name: Check out the repository
|
||||||
uses: actions/checkout@v3.0.2
|
uses: actions/checkout@v3.0.2
|
||||||
|
@ -297,7 +297,7 @@ jobs:
|
||||||
path: pr/
|
path: pr/
|
||||||
|
|
||||||
build-and-push-image:
|
build-and-push-image:
|
||||||
needs: tests
|
needs: coverage
|
||||||
if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}
|
if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
Loading…
Reference in New Issue