Skip to content

Commit 83503bf

Browse files
committed
CI: add web unit tests to macOS job
1 parent 0ed4d2a commit 83503bf

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,15 @@ jobs:
150150
working-directory: analyzer
151151
run: make test_unit
152152

153+
- name: Install web dependencies
154+
run: |
155+
brew install openldap
156+
pip3 install -r web/requirements_py/auth/requirements.txt
157+
158+
- name: Run web unit tests
159+
working-directory: web
160+
run: make test_unit
161+
153162
web:
154163
name: Web
155164
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)