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 d2df64e commit ba24415
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ on:
- 'w/**'
- "q/*/**"


jobs:
tests:
runs-on: ubuntu-20.04
Expand All @@ -21,9 +20,8 @@ jobs:
with:
node-version: '16'
cache: 'yarn'
- name: run fetch-mongodb-sharded
run: make -C solution-base/mongodb fetch-mongodb-sharded
- name: Check for changes
run: |
- name: run 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 4 is completed."; exit 1; }

0 comments on commit ba24415

Please sign in to comment.