Skip to content

Commit 826f344

Browse files
Add build step
1 parent 6fefcbe commit 826f344

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ jobs:
4444
- name: Install npm dependencies
4545
run: npm ci
4646

47+
- name: Build assets
48+
run: npm run build
49+
4750
- name: Run tests
4851
run: npm run test-e2e

0 commit comments

Comments
 (0)