We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543601a commit be54445Copy full SHA for be54445
.github/workflows/dev_validation.yaml
@@ -204,7 +204,7 @@ jobs:
204
205
- name: Run check gen files - ${{ matrix.components.component }}
206
run: |
207
- set +e # allow script to continue on error if needed
+ # set +e # allow script to continue on error if needed
208
209
# Skip vm-route-forge if no relevant changes
210
if [[ "${{ matrix.components.component }}" == "vm-route-forge" && "$route_forge_skip" == "true" ]]; then
@@ -243,6 +243,8 @@ jobs:
243
;;
244
api)
245
cd ./api
246
+ export GOPATH=$(go env GOPATH)
247
+ echo "GOPATH=$GOPATH" >> $GITHUB_ENV
248
echo "Installing k8s tools..."
249
go get k8s.io/[email protected]
250
go install github.com/matryer/[email protected]
0 commit comments