Skip to content

Commit edb52e7

Browse files
authored
Merge branch 'main' into lazebnyi/add-dynamic-schema-loader
2 parents 520998a + 9587d4e commit edb52e7

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/connector-tests.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)