Skip to content

Commit

Permalink
Add diff step
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Mar 13, 2024
1 parent 51444f7 commit cbe3365
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
# This step is not needed per se, but runs all the tests
# and generate the manifests
make && cp -v config/crd/bases/* charts/mimirrules-controller/crds/
make
build-image:
permissions:
Expand Down Expand Up @@ -95,6 +95,13 @@ jobs:
git config user.name "$GITHUB_ACTOR"
git config user.email "[email protected]"
- name: Check if CRDs match
run: |
# This step is not needed per se, but runs all the tests
# and generate the manifests
# make manifests
diff -r config/crd/bases charts/mimirrules-controller/crds
- name: Set up Helm
uses: azure/setup-helm@v4

Expand Down

0 comments on commit cbe3365

Please sign in to comment.