mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
35d17cbdc9 |
@@ -424,7 +424,7 @@ jobs:
|
|||||||
pattern: test-results-*
|
pattern: test-results-*
|
||||||
path: test-results/
|
path: test-results/
|
||||||
- name: Restore flaky report history cache
|
- name: Restore flaky report history cache
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v5
|
||||||
with:
|
with:
|
||||||
path: python/flaky-report-history.json
|
path: python/flaky-report-history.json
|
||||||
key: flaky-report-history-integration-${{ github.run_id }}
|
key: flaky-report-history-integration-${{ github.run_id }}
|
||||||
@@ -441,7 +441,7 @@ jobs:
|
|||||||
run: cat flaky-test-report.md >> $GITHUB_STEP_SUMMARY
|
run: cat flaky-test-report.md >> $GITHUB_STEP_SUMMARY
|
||||||
- name: Save flaky report history cache
|
- name: Save flaky report history cache
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v5
|
||||||
with:
|
with:
|
||||||
path: python/flaky-report-history.json
|
path: python/flaky-report-history.json
|
||||||
key: flaky-report-history-integration-${{ github.run_id }}
|
key: flaky-report-history-integration-${{ github.run_id }}
|
||||||
|
|||||||
@@ -588,7 +588,7 @@ jobs:
|
|||||||
pattern: test-results-*
|
pattern: test-results-*
|
||||||
path: test-results/
|
path: test-results/
|
||||||
- name: Restore flaky report history cache
|
- name: Restore flaky report history cache
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v5
|
||||||
with:
|
with:
|
||||||
path: python/flaky-report-history.json
|
path: python/flaky-report-history.json
|
||||||
key: flaky-report-history-merge-${{ github.run_id }}
|
key: flaky-report-history-merge-${{ github.run_id }}
|
||||||
@@ -605,7 +605,7 @@ jobs:
|
|||||||
run: cat flaky-test-report.md >> $GITHUB_STEP_SUMMARY
|
run: cat flaky-test-report.md >> $GITHUB_STEP_SUMMARY
|
||||||
- name: Save flaky report history cache
|
- name: Save flaky report history cache
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v5
|
||||||
with:
|
with:
|
||||||
path: python/flaky-report-history.json
|
path: python/flaky-report-history.json
|
||||||
key: flaky-report-history-merge-${{ github.run_id }}
|
key: flaky-report-history-merge-${{ github.run_id }}
|
||||||
|
|||||||
@@ -701,7 +701,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Restore validation history
|
- name: Restore validation history
|
||||||
id: cache-restore
|
id: cache-restore
|
||||||
uses: actions/cache/restore@v4
|
uses: actions/cache/restore@v5
|
||||||
with:
|
with:
|
||||||
path: validation-history/
|
path: validation-history/
|
||||||
key: validation-history-${{ github.run_id }}
|
key: validation-history-${{ github.run_id }}
|
||||||
@@ -719,7 +719,7 @@ jobs:
|
|||||||
run: cat trend-report.md >> "$GITHUB_STEP_SUMMARY"
|
run: cat trend-report.md >> "$GITHUB_STEP_SUMMARY"
|
||||||
|
|
||||||
- name: Save validation history
|
- name: Save validation history
|
||||||
uses: actions/cache/save@v4
|
uses: actions/cache/save@v5
|
||||||
with:
|
with:
|
||||||
path: validation-history/
|
path: validation-history/
|
||||||
key: validation-history-${{ github.run_id }}
|
key: validation-history-${{ github.run_id }}
|
||||||
|
|||||||
Reference in New Issue
Block a user