Skip to content

Commit

Permalink
Oops. Require build for tests.
Browse files Browse the repository at this point in the history
Signed-off-by: Flynn <[email protected]>
  • Loading branch information
Flynn committed Apr 22, 2022
1 parent 8982c0e commit 8159134
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/execute-tests-and-promote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ jobs:
# Tests ######################################################################
check-gotest:
runs-on: ubuntu-latest
needs:
- build
env:
# See docker/base-python.docker.gen
BASE_PYTHON_REPO: ${{ secrets.BASE_PYTHON_REPO }}
Expand Down Expand Up @@ -118,6 +120,8 @@ jobs:

check-pytest:
runs-on: ubuntu-latest
needs:
- build
env:
# See docker/base-python.docker.gen
BASE_PYTHON_REPO: ${{ secrets.BASE_PYTHON_REPO }}
Expand Down Expand Up @@ -229,6 +233,8 @@ jobs:

check-chart:
runs-on: ubuntu-latest
needs:
- build
env:
AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}
AWS_ACCESS_KEY_ID: ${{ secrets.GH_AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 8159134

Please sign in to comment.