Skip to content

Commit 0a9a9af

Browse files
author
pbromboszcz
committed
fix ci
1 parent 9c2ef7a commit 0a9a9af

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
env:
3030
fail-fast: true
3131

32+
- name: Install mongodb-database-tools
33+
run: |
34+
apt install -y mongodb-database-tools
35+
3236
- name: Validate composer.json and composer.lock
3337
run: composer validate
3438

0 commit comments

Comments
 (0)