Skip to content

Commit

Permalink
Fix build in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Feb 23, 2024
1 parent 3e24549 commit 81c6ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Build image
run: |
eval $(minikube -p minikube docker-env) && \
make docker-build && \
make docker-build CI=false && \
echo "docker_image=$(docker images --format '{{.Repository}}:{{.Tag}}' | head -n 1)" >> "$GITHUB_ENV"
working-directory: ${{ github.workspace }}/${{ github.repository }}
- name: Create pod
Expand Down

0 comments on commit 81c6ff2

Please sign in to comment.