From cd7dafad8b3c86ff7ff337c50259721949dfdea2 Mon Sep 17 00:00:00 2001 From: Greg Magolan Date: Mon, 13 Jun 2022 13:02:05 -0700 Subject: [PATCH] chore: turn off faster CI as it is broken on a particular 3rd party npm dep added https://github.com/aspect-build/rules_js/pull/195/checks?check_run_id=6868676346 --- .fasterci/config.yaml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .fasterci/config.yaml diff --git a/.fasterci/config.yaml b/.fasterci/config.yaml deleted file mode 100644 index aee1d2e9a..000000000 --- a/.fasterci/config.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# configure vscode yaml support https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml -# yaml-language-server: $schema=https://fasterci.com/config.schema.json -workflows: - - name: faster CI - image: us.gcr.io/fasterci/bazelbuilder:d278ee1 - on: - push: - branches: - - main - pull_request: - branches: ["**"] - steps: - - name: bazel test - bazel: - build_targets: - - //... - test_targets: - - //...