Skip to content

Commit ff6a1b4

Browse files
authored
chore(ci): Remove upload of config schema (vectordotdev#17740)
Since the flakey test seems to have been resolved by vectordotdev#17722 . We can bring it back if that turns out not to be the case. Signed-off-by: Jesse Szwedko <[email protected]> Signed-off-by: Jesse Szwedko <[email protected]>
1 parent cc52c0e commit ff6a1b4

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/test.yml

-6
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,6 @@ jobs:
122122
if: needs.changes.outputs.source == 'true' || needs.changes.outputs.cue == 'true'
123123
run: cargo vdev test-vrl
124124

125-
- uses: actions/upload-artifact@v3
126-
with:
127-
name: "config-schema.json"
128-
path: "/tmp/vector-config-schema.json"
129-
if: success() || failure()
130-
131125
# This is a required status check, so it always needs to run if prior jobs failed, in order to mark the status correctly.
132126
all-checks:
133127
name: Test Suite

0 commit comments

Comments
 (0)