Skip to content

Commit

Permalink
ci: attempt to fix test docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jspaezp committed Dec 8, 2024
1 parent 2e0a5bd commit c487e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,7 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Check Build
run: make build

0 comments on commit c487e00

Please sign in to comment.