File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113
113
- name : Run Temporal CLI
114
114
shell : bash
115
115
run : |
116
- temporal server start-dev --headless --db-filename /tmp/temporal.sqlite3 &> /tmp/devserver.log &
116
+ temporal server start-dev --headless &
117
117
118
118
- name : Run tests
119
119
run : |
@@ -136,13 +136,6 @@ jobs:
136
136
name : worker-mem-logs-${{ inputs.reuse-v8-context && 'reuse-v8' || 'no-reuse-v8' }}
137
137
path : ${{ env.TEMPORAL_TESTING_MEM_LOG_DIR }}
138
138
139
- - name : Upload Dev Server logs
140
- uses : actions/upload-artifact@v4
141
- if : failure() || cancelled()
142
- with :
143
- name : integration-tests-${{ inputs.reuse-v8-context && 'reuse' || 'noreuse' }}-devserver-logs
144
- path : /tmp/devserver.log
145
-
146
139
# TODO: set up alerting
147
140
# TODO: record test durations and other metrics like memory usage / cache utilization / CPU
148
141
# TODO: uses prebuilt binaries from ci.yml
You can’t perform that action at this time.
0 commit comments