From 58ec92fc688cfdadfa4cf62e49f6d921f734ee20 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Fri, 23 Jun 2023 07:30:30 -0700 Subject: [PATCH] chore(ci): Remove upload of config schema Since the flakey test seems to have been resolved by https://github.com/vectordotdev/vector/pull/17722 . We can bring it back if that turns out not to be the case. Signed-off-by: Jesse Szwedko --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76d8dc2e27f47..ca5184b5041c2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -122,12 +122,6 @@ jobs: if: needs.changes.outputs.source == 'true' || needs.changes.outputs.cue == 'true' run: cargo vdev test-vrl - - uses: actions/upload-artifact@v3 - with: - name: "config-schema.json" - path: "/tmp/vector-config-schema.json" - if: success() || failure() - # This is a required status check, so it always needs to run if prior jobs failed, in order to mark the status correctly. all-checks: name: Test Suite