Skip to content

Commit d32c429

Browse files
committed
use search_issues
1 parent 3699bc9 commit d32c429

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

workflows/daily-perf-improver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ steps:
4343
echo "exists=false" >> $GITHUB_OUTPUT
4444
fi
4545
shell: bash
46-
- name: Build the project ready for performance testing
46+
- name: Build the project ready for performance testing, logging to build-steps.log
4747
if: steps.check_build_steps_file.outputs.exists == 'true'
4848
uses: ./.github/actions/daily-perf-improver/build-steps
4949
id: build-steps
50+
continue-on-error: true # the model may not have got it right, so continue anyway, the model will check the results and try to fix the steps
5051

5152
---
5253

workflows/daily-test-improver.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ steps:
5050
echo "exists=false" >> $GITHUB_OUTPUT
5151
fi
5252
shell: bash
53-
- name: Build the project and produce coverage report
53+
- name: Build the project and produce coverage report, logging to coverage-steps.log
5454
if: steps.check_coverage_steps_file.outputs.exists == 'true'
5555
uses: ./.github/actions/daily-test-improver/coverage-steps
5656
id: coverage-steps
57+
continue-on-error: true # the model may not have got it right, so continue anyway, the model will check the results and try to fix the steps
5758

5859
---
5960

0 commit comments

Comments
 (0)