mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-02-14 10:19:54 +00:00
fix(make): make sure github action can check schemas change (#1651)
This commit is contained in:
7
.github/workflows/build-test-deploy.yaml
vendored
7
.github/workflows/build-test-deploy.yaml
vendored
@@ -81,7 +81,10 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- run: make check-schemas
|
||||
path: github.com/replicatedhq/troubleshoot
|
||||
- run: |
|
||||
cd github.com/replicatedhq/troubleshoot
|
||||
make check-schemas
|
||||
|
||||
compile-preflight:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -388,4 +391,4 @@ jobs:
|
||||
# if the validate-pr-tests job was successful, this job will succeed
|
||||
- name: succeed if validate-pr-tests job succeeded
|
||||
if: needs.validate-pr-tests.result == 'success'
|
||||
run: echo "Validation succeeded"
|
||||
run: echo "Validation succeeded"
|
||||
|
||||
Reference in New Issue
Block a user