Skip to content

Commit 11b490b

Browse files
committed
feat: backend ci
1 parent d063138 commit 11b490b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515

16-
- name: Set up Docker BuildKit
17-
run: echo "DOCKER_BUILDKIT=1" >> $GITHUB_ENV
16+
- name: Install Docker Compose
17+
run: sudo apt-get update && sudo apt-get install -y docker-compose
1818

1919
- name: Build and run tests
2020
run: |

0 commit comments

Comments
 (0)