mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Specify job dependencies
This commit is contained in:
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user