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 8de513b commit 6230689Copy full SHA for 6230689
.github/workflows/test.yml
@@ -59,7 +59,10 @@ jobs:
59
node-version: "20"
60
- name: Install pnpm
61
run: npm install -g pnpm
62
- - name: Install dependencies
+ - name: Install dependencies for frontend
63
+ working-directory: frontend_omni
64
+ run: pnpm install
65
+ - name: Install dependencies for tests
66
working-directory: ${{ matrix.working-dir }}
67
run: pnpm install
68
- name: Install Playwright browsers
0 commit comments