Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

fix(build): Fix name of script in Github workflow #1405

Merged
merged 1 commit into from
Aug 9, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/check_generated_code_drift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Fail if new cq-gen config file is missing //check-for-changes
if: steps.changes.outputs.src == 'true' || github.event_name != 'pull_request'
run: |
./scripts/check-new-files-have-check-for-changes.sh
./scripts/check-new-files-have-check-for-changes-flag.sh
- name: Run go generate on changed service directories
if: steps.changes.outputs.src == 'true' || github.event_name != 'pull_request'
run: |
Expand All @@ -58,4 +58,4 @@ jobs:
run: |
echo "List of files changed after running go generate:"
git status -s ./resources/services
test "$(git status -s ./resources/services | wc -l)" -eq 0
test "$(git status -s ./resources/services | wc -l)" -eq 0