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 4a5e7dd commit 888fb1eCopy full SHA for 888fb1e
.github/workflows/build-node-python.yml
@@ -193,8 +193,8 @@ jobs:
193
make env_decrypt || true
194
env:
195
ENV_PASSWORD: ${{ secrets.ENV_PASSWORD }}
196
- - name: Webpack build
197
- run: npm run webpack:prod
+ - name: Webpack dev build
+ run: npm run webpack:dev
198
shell: bash
199
- name: Run cypress e2e tests
200
uses: cypress-io/github-action@v4
@@ -289,8 +289,8 @@ jobs:
289
290
291
292
293
294
295
- name: Install playwright browsers
296
run: yarn playwright install --with-deps chromium
0 commit comments