Skip to content

Commit

Permalink
forcing make generate before e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
djsly committed Oct 2, 2024
1 parent 37117f7 commit 0aa86f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ hack/tools/bin
# migration off of go-bindata
pkg/templates/templates_generated.go
e2e/scenario-logs/
coverage_raw.out
3 changes: 3 additions & 0 deletions .pipelines/templates/e2e-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
echo "Build.BuildId is not specified. Running default e2e tests."
fi
# Generating the testdata for the e2e tests
make generate
cd e2e
mkdir -p bin
GOBIN=`pwd`/bin/ go install github.com/jstemmer/go-junit-report/v2@latest
Expand Down

0 comments on commit 0aa86f6

Please sign in to comment.