Skip to content

Commit

Permalink
Fix remove mongodb step
Browse files Browse the repository at this point in the history
  • Loading branch information
kian99 committed Mar 18, 2024
1 parent b528d18 commit e1a6155
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
go-version-file: 'go.mod'
- name: Install dependencies
run: sudo apt-get update -y && sudo apt-get install -y gcc git-core gnupg build-essential
- name: Remove installed mongodb
run: sudo apt purge mongodb-org && sudo apt autoremove
- run: sudo snap install juju-db --channel 4.4/stable
- name: Add volume files
run: |
Expand Down

0 comments on commit e1a6155

Please sign in to comment.