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 1e80752 commit 43fde9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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 fetch-mongodb-sharded
run: make -C solution-base/mongodb 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 is completed."; exit 1; }

0 comments on commit 43fde9f

Please sign in to comment.