Skip to content

Commit

Permalink
chore(ci): Remove upload of config schema
Browse files Browse the repository at this point in the history
Since the flakey test seems to have been resolved by
#17722 . We can bring it back if that turns out not to be
the case.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Jun 23, 2023
1 parent 08099a8 commit 58ec92f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 58ec92f

Please sign in to comment.