mirror of
https://github.com/fradelg/docker-mysql-cron-backup.git
synced 2024-11-01 08:31:45 +01:00
build job depends on tests
This commit is contained in:
parent
2405077482
commit
4d2a75df19
1 changed files with 1 additions and 0 deletions
1
.github/workflows/image.yml
vendored
1
.github/workflows/image.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
|||
run: sudo apt-get -qq update && sudo apt-get install -y devscripts shellcheck && make test
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
needs: test
|
||||
steps:
|
||||
- name: Checkout the code
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue