Skip to content

Commit 9e0f91a

Browse files
Fix: Use correct path for tfplan.json (relative to working-directory)
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0ce907c commit 9e0f91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scale-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
--description "Nightly scale test for scenario: ${{ matrix.scenario }}" \
189189
--ticket-link "$TICKET_LINK" \
190190
--tags "model=risks_v6,scenario=${{ matrix.scenario }}" \
191-
scale-test/tfplan.json 2>&1 | tee /tmp/submit-output.txt
191+
tfplan.json 2>&1 | tee /tmp/submit-output.txt
192192
193193
# Extract the change URL (line containing https://app.overmind.tech/changes/)
194194
CHANGE_URL=$(grep -oE 'https://app\.overmind\.tech/changes/[a-f0-9-]+' /tmp/submit-output.txt | head -1)

0 commit comments

Comments
 (0)