Skip to content

Commit

Permalink
Testing partial build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Apr 29, 2024
1 parent 822f0e8 commit e436f52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/kogito-serverless-operator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,5 @@ load-docker-image: install-kind
full-test-e2e: create-cluster load-docker-image deploy
kubectl wait pod -A -l control-plane=sonataflow-operator --for condition=Ready --timeout 120s
go test ./test/e2e/* -v -ginkgo.v -ginkgo.no-color -ginkgo.junit-report=./e2e-test-report.xml -timeout 60m

# test
2 changes: 2 additions & 0 deletions packages/scesim-editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@

export * from "./resources";
export * from "./TestScenarioEditor";

// test

0 comments on commit e436f52

Please sign in to comment.