We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed4d2a commit 83503bfCopy full SHA for 83503bf
1 file changed
.github/workflows/test.yml
@@ -150,6 +150,15 @@ jobs:
150
working-directory: analyzer
151
run: make test_unit
152
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
162
web:
163
name: Web
164
runs-on: ubuntu-24.04
0 commit comments