Skip to content

Commit 6045cb3

Browse files
committed
refactor: 메세지 개선 및 오류 해결
1 parent 50527ae commit 6045cb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/process-e2e.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- feature/e2e-ci
99

1010
jobs:
11-
build-and-push:
11+
process-e2e-test:
1212
runs-on: ubuntu-latest
1313

1414
steps:
@@ -27,6 +27,7 @@ jobs:
2727
2828
- name: Start application server
2929
run: |
30+
pnpm build
3031
pnpm start
3132
env:
3233
CI: true

0 commit comments

Comments
 (0)