Skip to content

Commit

Permalink
tappy
Browse files Browse the repository at this point in the history
  • Loading branch information
terror committed Aug 28, 2024
1 parent 9393e4a commit 5919984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Install mongodb
run: |
brew untap mongodb/brew && brew tap mongodb/brew
brew tap mongodb/brew
brew install [email protected]
echo -e 'replication:\n replSetName: rs0' >> /opt/homebrew/etc/mongod.conf
brew services start [email protected]
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- name: Install mongodb
run: |
brew untap mongodb/brew && brew tap mongodb/brew
brew tap mongodb/brew
brew install [email protected]
echo -e 'replication:\n replSetName: rs0' >> /opt/homebrew/etc/mongod.conf
brew services start [email protected]
Expand Down

0 comments on commit 5919984

Please sign in to comment.