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 6fefcbe commit 826f344Copy full SHA for 826f344
.github/workflows/e2e-test.yml
@@ -44,5 +44,8 @@ jobs:
44
- name: Install npm dependencies
45
run: npm ci
46
47
+ - name: Build assets
48
+ run: npm run build
49
+
50
- name: Run tests
51
run: npm run test-e2e
0 commit comments