Skip to content

Commit

Permalink
Combine steps.
Browse files Browse the repository at this point in the history
  • Loading branch information
IfSentient committed May 31, 2024
1 parent 619e19f commit 5cd215f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ jobs:
grafana-app-sdk project init codegen-tests
cp ../codegen/cuekind/testing/customkind.cue kinds/customkind.cue
grafana-app-sdk generate
- name: Get codegen diff
run: |
mkdir -p cmp && cp ../codegen/testing/golden_generated/go/groupbykind/customkind cmp/customkind
find ./cmp -iname '*.txt' -exec bash -c 'mv -- "$1" "${1%.txt}"' bash {} \;
export CODEGENDIFF=$(diff pkg/generated/resource/customkind cmp/customkind)
Expand Down

0 comments on commit 5cd215f

Please sign in to comment.