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 24c8953 commit 4ab40b0Copy full SHA for 4ab40b0
.github/workflows/unit-tests.yml
@@ -17,6 +17,8 @@ jobs:
17
node-version: 18
18
- name: Install Dependencies
19
run: npm ci
20
+ - name: Install Test Server Dependencies
21
+ run: cd test-server && npm ci
22
- name: Install Playwright Browsers
23
run: npx playwright install --with-deps
24
- name: Run Unit Tests
0 commit comments