Skip to content

Commit

Permalink
post comments fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Mar 8, 2024
1 parent 42bafd0 commit 1e80752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: '16'
cache: 'yarn'
- name: run fetch-mongodb-sharded
run: make -C solution-base/mongodb fetch-mongodb-sharded
run: make fetch-mongodb-sharded
- name: Check for changes
run: |
git diff --exit-code || { echo "Error: Changes detected after running 'make fetch-mongodb-sharded'. Please ensure step 4 is completed."; exit 1; }
git diff --exit-code || { echo "Error: Changes detected after running 'make fetch-mongodb-sharded'. Please ensure step is completed."; exit 1; }

0 comments on commit 1e80752

Please sign in to comment.