File tree 10 files changed +22
-0
lines changed
10 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 92
92
- name : upload test results for FlakyBot workflow
93
93
if : github.event.action == 'schedule' && always()
94
94
uses : actions/upload-artifact@v3
95
+ env :
96
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
95
97
with :
96
98
name : test-results
97
99
path : ai-platform/snippets/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 90
90
- name : upload test results for FlakyBot workflow
91
91
if : github.event.action == 'schedule' && always()
92
92
uses : actions/upload-artifact@v3
93
+ env :
94
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
93
95
with :
94
96
name : test-results
95
97
path : automl/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 96
96
- name : upload test results for FlakyBot workflow
97
97
if : github.event.action == 'schedule' && always()
98
98
uses : actions/upload-artifact@v3
99
+ env :
100
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
99
101
with :
100
102
name : test-results
101
103
path : dialogflow-cx/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 92
92
- name : upload test results for FlakyBot workflow
93
93
if : github.event.action == 'schedule' && always()
94
94
uses : actions/upload-artifact@v3
95
+ env :
96
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
95
97
with :
96
98
name : test-results
97
99
path : functions/slack/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 83
83
- name : upload test results for FlakyBot workflow
84
84
if : github.event.action == 'schedule' && always()
85
85
uses : actions/upload-artifact@v3
86
+ env :
87
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
86
88
with :
87
89
name : test-results
88
90
path : iam/deny/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 85
85
- name : upload test results for FlakyBot workflow
86
86
if : github.event.action == 'schedule' && always()
87
87
uses : actions/upload-artifact@v3
88
+ env :
89
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
88
90
with :
89
91
name : test-results
90
92
path : security-center/snippets/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 95
95
- name : upload test results for FlakyBot workflow
96
96
if : github.event.action == 'schedule' && always()
97
97
uses : actions/upload-artifact@v3
98
+ env :
99
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
98
100
with :
99
101
name : test-results
100
102
path : storagetransfer/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 74
74
- name : upload test results for FlakyBot workflow
75
75
if : github.event.action == 'schedule' && always()
76
76
uses : actions/upload-artifact@v3
77
+ env :
78
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
79
+ env :
80
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
77
81
with :
78
82
name : test-results
79
83
path : ${{ inputs.path }}/${{ env.MOCHA_REPORTER_OUTPUT }}
Original file line number Diff line number Diff line change 94
94
- name: upload test results for FlakyBot workflow
95
95
if: github.event.action == 'schedule' && always()
96
96
uses: actions/upload-artifact@v3
97
+ env:
98
+ MOCHA_REPORTER_OUTPUT: "${{ github .run_id }} _sponge_log.xml"
97
99
with:
98
100
name: test-results
99
101
path: {{ path }} /${% raw %} {{ env.MOCHA_REPORTER_OUTPUT }}{% endraw %}
Original file line number Diff line number Diff line change 90
90
- name : upload test results for FlakyBot workflow
91
91
if : github.event.action == 'schedule' && always()
92
92
uses : actions/upload-artifact@v3
93
+ env :
94
+ MOCHA_REPORTER_OUTPUT : " ${{github.run_id}}_sponge_log.xml"
93
95
with :
94
96
name : test-results
95
97
path : vision/${{ env.MOCHA_REPORTER_OUTPUT }}
You can’t perform that action at this time.
0 commit comments