Skip to content

Commit b2f2e63

Browse files
Check GUI tests in CI
1 parent 68db0d7 commit b2f2e63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/clippy_mq.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,17 @@ jobs:
108108
- name: Test metadata collection
109109
run: cargo collect-metadata
110110

111+
- name: Install npm
112+
uses: actions/setup-node@v3
113+
with:
114+
node-version: 22
115+
- name: Install browser-ui-test
116+
run: npm install
117+
- name: Test clippy lints page
118+
run: cargo test --test gui
119+
env:
120+
FORCE_GUI: 1
121+
111122
integration_build:
112123
runs-on: ubuntu-latest
113124

0 commit comments

Comments
 (0)