This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit e9f21fe committed Aug 7, 2023 Verified
1 parent fd921b4 commit e9f21fe Copy full SHA for e9f21fe
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ jobs:
212
212
- name : Run dashboard linter
213
213
run : yarn --cwd=dashboard run lint
214
214
- name : Run dashboard unit tests
215
- run : yarn --cwd=dashboard run test --maxWorkers=4 --coverage --logHeapUsage --detectOpenHandles --forceExit
215
+ run : yarn --cwd=dashboard run test --maxWorkers=4 --coverage --logHeapUsage
216
216
217
217
test_pinniped_proxy :
218
218
needs :
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ test-all: test-apprepository-controller test-dashboard
54
54
test-dashboard :
55
55
yarn --cwd dashboard/ install --frozen-lockfile
56
56
yarn --cwd=dashboard run lint
57
- CI=true yarn --cwd dashboard/ run test --detectOpenHandles --forceExit
57
+ CI=true yarn --cwd dashboard/ run test
58
58
59
59
test-% :
60
60
$(GO ) test -v $(IMPORT_PATH ) /cmd/$*
You can’t perform that action at this time.
0 commit comments