From 655ce642b442bc26e719f727112ad9852234b84e Mon Sep 17 00:00:00 2001 From: Mark Probst Date: Sat, 30 May 2020 12:54:25 -0700 Subject: [PATCH] Add javascript-prop-types to pipeline --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 0de33bee..050e6511 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -14,5 +14,5 @@ steps: - command: "FIXTURE=csharp,schema-csharp,ruby,schema-ruby,golang,schema-golang,pike,schema-pike .buildkite/build-pr.sh" label: "csharp ruby golang pike" - - command: "FIXTURE=haskell,schema-haskell .buildkite/build-pr.sh" - label: "haskell" + - command: "FIXTURE=haskell,schema-haskell,javascript-prop-types .buildkite/build-pr.sh" + label: "haskell javascript-prop-types"