Skip to content

Commit 6f00e8f

Browse files
authored
chore: revert running webui tests
Removed the build and test step for webui from the workflow.
1 parent 4706079 commit 6f00e8f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ jobs:
3838
- name: Build CLI
3939
run: yarn --cwd cli
4040

41-
- name: Build and test webui
42-
run: yarn --cwd webui test
43-
4441
- name: Get all changed webui files
4542
id: changed_webui_files
4643
uses: tj-actions/changed-files@24d32ffd492484c1d75e0c0b894501ddb9d30d62 # v47.0.0

0 commit comments

Comments
 (0)