File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,12 +36,24 @@ jobs:
3636 - name : Install packages
3737 run : pnpm install
3838
39- - name : Start dev environment
40- run : pnpm run restart-dev-environment
39+ - name : Build packages
40+ run : pnpm run build:packages
41+
42+ - name : Generate code
43+ run : pnpm run codegen
44+
45+ - name : Restart dependencies
46+ run : pnpm run restart-deps
47+
48+ - name : Start dev server in background
49+ uses : JarvusInnovations/background-action@v1.0.7
50+ with :
51+ run : pnpm run dev
52+ wait-on : |
53+ http://localhost:6902
54+ tail : true
55+ wait-for : 120s
56+ log-output-if : true
4157
4258 - name : Run tests
4359 run : pnpm run test run --reporter=verbose
44-
45- - name : Print dev server logs
46- run : cat dev-server.log.untracked.txt
47- if : always()
Original file line number Diff line number Diff line change @@ -35,12 +35,24 @@ jobs:
3535 - name : Install packages
3636 run : pnpm install
3737
38- - name : Start dev environment
39- run : pnpm run restart-dev-environment
38+ - name : Build packages
39+ run : pnpm run build:packages
40+
41+ - name : Generate code
42+ run : pnpm run codegen
43+
44+ - name : Restart dependencies
45+ run : pnpm run restart-deps
46+
47+ - name : Start dev server in background
48+ uses : JarvusInnovations/background-action@v1.0.7
49+ with :
50+ run : pnpm run dev
51+ wait-on : |
52+ http://localhost:8102
53+ tail : true
54+ wait-for : 120s
55+ log-output-if : true
4056
4157 - name : Run tests
4258 run : pnpm run test run --reporter=verbose
43-
44- - name : Print dev server logs
45- run : cat dev-server.log.untracked.txt
46- if : always()
You can’t perform that action at this time.
0 commit comments