Specify job dependencies

This commit is contained in:
Jamil Bou Kheir
2020-04-23 21:53:11 -07:00
parent 62574256d5
commit 1e0d5aeadc

View File

@@ -43,6 +43,7 @@ jobs:
# 2. Build and Push App Image
build-app-image:
needs: unit-integration-test
env:
TEST_IMAGE: docker.pkg.github.com/CloudFire-LLC/cloudfire-ce/cloudfire:${GITHUB_SHA::8}
runs-on: ubuntu:18.04
@@ -55,6 +56,7 @@ jobs:
# 3. Functional Test
docker-compose-up:
needs: build-app-image
env:
TEST_IMAGE: docker.pkg.github.com/CloudFire-LLC/cloudfire-ce/cloudfire:${GITHUB_SHA::8}
runs-on: ubuntu:18.04