Skip to content

Commit bad0959

Browse files
committed
add make check to operator workflow
1 parent 6249df0 commit bad0959

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/container-validation-backends.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@ jobs:
8787
--build-arg DOCKER_PROXY=${ECR_HOSTNAME}/dockerhub/ \
8888
-f Dockerfile \
8989
-t dynamo-operator:latest .
90+
91+
- name: Check for uncommitted changes
92+
shell: bash
93+
env:
94+
ECR_HOSTNAME: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ secrets.AWS_DEFAULT_REGION }}.amazonaws.com
95+
run: |
96+
cd deploy/cloud/operator
97+
make check
98+
9099
- name: Docker Tag and Push
91100
uses: ./.github/actions/docker-tag-push
92101
with:

0 commit comments

Comments
 (0)