Skip to content

Commit

Permalink
Fixes build file
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jul 20, 2022
1 parent fdfc9fc commit 1f811da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.0.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.0.0
- name: Build images
run: docker-compose -f e2e/docker-compose.yml build
- name: Set commit message for push
Expand Down

0 comments on commit 1f811da

Please sign in to comment.