Skip to content

Commit

Permalink
fix path of the ndc-postgres-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
codingkarthik committed Dec 18, 2024
1 parent 095ae0a commit 013252f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-cases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
push:
branches:
- main
paths:
- 'relational/**'
- 'static/relational/**'

jobs:
validate-test-cases:
Expand Down Expand Up @@ -55,11 +52,11 @@ jobs:
cd ndc-metadata
echo "Initializing NDC Postgres configuration"
./ndc-postgres-cli initialize
../ndc-postgres-cli initialize
echo "Updating NDC Postgres configuration"
# Initialize and configure NDC using existing metadata
./ndc-postgres-cli update
../ndc-postgres-cli update
cd ..
Expand Down

0 comments on commit 013252f

Please sign in to comment.