Skip to content

Commit 7d76a31

Browse files
committed
chore: update old references
Signed-off-by: Ruben Romero Montes <rromerom@redhat.com>
1 parent 1f1acef commit 7d76a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
cd tools
9999
npm ci --silent
100100
npm run build --silent
101-
node dist/index.js config validate
101+
node dist/index.js config validate --root ../
102102
echo "✅ Tools configuration validated"
103103
104104
- name: Test API model generation (no unintended file changes)
@@ -118,7 +118,7 @@ jobs:
118118
# Run API model validation
119119
echo "🔨 Running API model validation..."
120120
cd tools
121-
node dist/index.js api-mgmt validate --spec-version=${{ steps.api-version.outputs.version }}
121+
node dist/index.js api validate --spec-version=${{ steps.api-version.outputs.version }}
122122
cd ..
123123
124124
# The API model validation handles all the validation logic

0 commit comments

Comments
 (0)