Skip to content

Commit 7aa83df

Browse files
committed
[debug]
Signed-off-by: Sunny <darkowlzz@protonmail.com>
1 parent df8c951 commit 7aa83df

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/run-tests/Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ RUN set -eux; \
1717
RUN groupadd -g 116 test && \
1818
useradd -u 1001 --gid test --shell /bin/sh --create-home test
1919

20+
# Set path to envtest binaries.
21+
ENV PATH="/github/workspace/envtest:${PATH}"
22+
2023
# Run as test user
2124
USER test
2225

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ vet:
7474

7575
# Generate code
7676
generate: controller-gen
77+
echo $(PATH)
7778
cd api; $(CONTROLLER_GEN) object:headerFile="../hack/boilerplate.go.txt" paths="./..."
7879

7980
# Build the docker image

0 commit comments

Comments
 (0)