Merge pull request #68 from HideyoshiSolutions/chore/better-ci
chore: adds run-tests as a needed job for docker
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
run: ./mvnw test
|
run: ./mvnw test
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
needs: [ build ]
|
needs: [ build, run-tests ]
|
||||||
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
|
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/develop'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user