Skip to content

Commit 51af61b

Browse files
committed
build project before tests run
1 parent e6ef1b0 commit 51af61b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- name: Install dependencies
3636
run: pnpm install
3737

38+
- name: Build
39+
run: pnpm run build
40+
3841
- name: Run e2e tests
3942
env:
4043
SOCKET_CLI_API_TOKEN: ${{ secrets.SOCKET_CLI_API_TOKEN }}

0 commit comments

Comments
 (0)