File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -137,16 +137,7 @@ jobs:
137137 --skip-step qa_checks \
138138 --skip-step connector_live_tests
139139
140- # Upload the job output to the artifacts
141- - name : Upload Job Output
142- id : upload_job_output
143- if : always() && steps.no_changes.outputs.status != 'cancelled'
144- uses : actions/upload-artifact@v4
145- with :
146- name : ${{matrix.connector}}-job-output
147- path : airbyte/airbyte-ci/connectors/pipelines/pipeline_reports
148-
149- - name : Evaluate Job Output
140+ - name : Evaluate Test Output
150141 if : always() && steps.no_changes.outputs.status != 'cancelled'
151142 run : |
152143 # save job output json file as ci step output
@@ -166,3 +157,12 @@ jobs:
166157 echo "::error::Test failed for connector '${{ matrix.connector }}' on step '${failed_step}'. Check the logs for more details."
167158 exit 1
168159 fi
160+
161+ # Upload the job output to the artifacts
162+ - name : Upload Job Output
163+ id : upload_job_output
164+ if : always() && steps.no_changes.outputs.status != 'cancelled'
165+ uses : actions/upload-artifact@v4
166+ with :
167+ name : ${{matrix.connector}}-job-output
168+ path : airbyte/airbyte-ci/connectors/pipelines/pipeline_reports
You can’t perform that action at this time.
0 commit comments