From 11e62f0780af5317b3d2f2297045081d505c2519 Mon Sep 17 00:00:00 2001 From: Danny Chiao Date: Wed, 8 Dec 2021 02:22:43 -0800 Subject: [PATCH] Fix README to have a badge for the new workflow file. Also renaming the java master only badge and adding to the README (#2124) Signed-off-by: Danny Chiao --- .github/workflows/java_master_only.yml | 2 +- .github/workflows/master_only.yml | 2 +- README.md | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/java_master_only.yml b/.github/workflows/java_master_only.yml index b027208b3f..04313c4120 100644 --- a/.github/workflows/java_master_only.yml +++ b/.github/workflows/java_master_only.yml @@ -1,4 +1,4 @@ -name: master only +name: java-integration-tests-and-build on: push: diff --git a/.github/workflows/master_only.yml b/.github/workflows/master_only.yml index fbffdf7849..393d6fae07 100644 --- a/.github/workflows/master_only.yml +++ b/.github/workflows/master_only.yml @@ -1,4 +1,4 @@ -name: master_only +name: integration-tests-and-build on: push: diff --git a/README.md b/README.md index 42e2553d5e..46ef771f8f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@
[![unit-tests](https://github.com/feast-dev/feast/actions/workflows/unit_tests.yml/badge.svg?branch=master&event=push)](https://github.com/feast-dev/feast/actions/workflows/unit_tests.yml) -[![integration-tests](https://github.com/feast-dev/feast/actions/workflows/integration_tests.yml/badge.svg?branch=master&event=push)](https://github.com/feast-dev/feast/actions/workflows/integration_tests.yml) +[![integration-tests-and-build](https://github.com/feast-dev/feast/actions/workflows/master_only.yml/badge.svg?branch=master&event=push)](https://github.com/feast-dev/feast/actions/workflows/master_only.yml) +[![java-integration-tests](https://github.com/feast-dev/feast/actions/workflows/java_master_only.yml/badge.svg?branch=master&event=push)](https://github.com/feast-dev/feast/actions/workflows/java_master_only.yml) [![linter](https://github.com/feast-dev/feast/actions/workflows/linter.yml/badge.svg?branch=master&event=push)](https://github.com/feast-dev/feast/actions/workflows/linter.yml) [![Docs Latest](https://img.shields.io/badge/docs-latest-blue.svg)](https://docs.feast.dev/) [![Python API](https://img.shields.io/readthedocs/feast/master?label=Python%20API)](http://rtd.feast.dev/)