Skip to content

Commit 285668b

Browse files
committed
Use compile instead of build to avoid vendor regeneration
1 parent bae5574 commit 285668b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/betterstack-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
8585
- name: Build and test
8686
run: |
87-
make build
87+
# Skip vendor regeneration since we have patched vendor code
88+
make compile
8889
make test
8990
9091
- name: Build and push Docker image

0 commit comments

Comments
 (0)