Skip to content

Commit 067b5d7

Browse files
authored
fix(ci): Revert enabling file-based persistence on dev server for stress tests (#1497)
1 parent 1c7156f commit 067b5d7

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/stress.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Run Temporal CLI
114114
shell: bash
115115
run: |
116-
temporal server start-dev --headless --db-filename /tmp/temporal.sqlite3 &> /tmp/devserver.log &
116+
temporal server start-dev --headless &
117117
118118
- name: Run tests
119119
run: |
@@ -136,13 +136,6 @@ jobs:
136136
name: worker-mem-logs-${{ inputs.reuse-v8-context && 'reuse-v8' || 'no-reuse-v8' }}
137137
path: ${{ env.TEMPORAL_TESTING_MEM_LOG_DIR }}
138138

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-
146139
# TODO: set up alerting
147140
# TODO: record test durations and other metrics like memory usage / cache utilization / CPU
148141
# TODO: uses prebuilt binaries from ci.yml

0 commit comments

Comments
 (0)