Skip to content

Commit d063138

Browse files
committed
feat: backend ci
1 parent efb509d commit d063138

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/backend.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ 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
18+
1619
- name: Build and run tests
1720
run: |
1821
cd server/workers/persistence

0 commit comments

Comments
 (0)