This is an automated email from the ASF dual-hosted git repository.

baunsgaard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 52aa43187b [SYSTEMDS-3593] Update test links to new API
52aa43187b is described below

commit 52aa43187bd4bb8e9f64eac8e765e2d8b715cdab
Author: baunsgaard <[email protected]>
AuthorDate: Wed Jul 5 13:45:35 2023 +0200

    [SYSTEMDS-3593] Update test links to new API
---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index db5887ba42..b1562f96c3 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,8 @@ heterogeneous and nested schema.
 **Status and Build:** SystemDS is renamed from SystemML which is an **Apache 
Top Level Project**.
 To build from source visit [SystemDS Install from 
source](https://apache.github.io/systemds/site/install.html)
   
-[![Build](https://github.com/apache/systemds/workflows/Build/badge.svg?branch=main)](https://github.com/apache/systemds/actions?query=workflow%3A%22Build%22+branch%3Amain+event%3Apush)
-[![Documentation](https://github.com/apache/systemds/workflows/Documentation/badge.svg?branch=main)](https://github.com/apache/systemds/actions?query=workflow%3ADocumentation+branch%3Amain+event%3Apush)
+[![Build](https://github.com/apache/systemds/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/apache/systemds/actions/workflows/build.yml)
+[![Documentation](https://github.com/apache/systemds/actions/workflows/documentation.yml/badge.svg?branch=main)](https://github.com/apache/systemds/actions/workflows/documentation.yml)
+[![LicenseCheck](https://github.com/apache/systemds/actions/workflows/license.yml/badge.svg?branch=main)](https://github.com/apache/systemds/actions/workflows/license.yml)
 [![Java 
Tests](https://github.com/apache/systemds/actions/workflows/javaTests.yml/badge.svg?branch=main)](https://github.com/apache/systemds/actions/workflows/javaTests.yml)
-[![Python 
Tests](https://github.com/apache/systemds/workflows/Python%20Test/badge.svg?branch=main)](https://github.com/apache/systemds/actions?query=workflow%3A%22Python+Test%22+branch%3Amain+event%3Apush)
+[![Python 
Test](https://github.com/apache/systemds/actions/workflows/python.yml/badge.svg?branch=main)](https://github.com/apache/systemds/actions/workflows/python.yml)

Reply via email to