mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-27 02:05:17 +00:00
thorough
This commit is contained in:
parent
f0129c1058
commit
f056ac6b54
4
.github/workflows/backend_tests.yml
vendored
4
.github/workflows/backend_tests.yml
vendored
@ -222,7 +222,7 @@ jobs:
|
||||
|
||||
coverage:
|
||||
runs-on: ubuntu-latest
|
||||
needs: tests
|
||||
needs: [tests, run_pre_commit_checks, check_docker_start_script]
|
||||
steps:
|
||||
- name: Check out the repository
|
||||
uses: actions/checkout@v3.0.2
|
||||
@ -297,7 +297,7 @@ jobs:
|
||||
path: pr/
|
||||
|
||||
build-and-push-image:
|
||||
needs: tests
|
||||
needs: coverage
|
||||
if: ${{ github.ref_name == 'main' && github.event_name == 'push' }}
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
Loading…
x
Reference in New Issue
Block a user