From cb596a816393c81a3b95d720bea26446002a562c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 23 Nov 2020 14:40:15 +0100 Subject: [PATCH] Fix build status badge As mentioned in the GitHub Actions documentation [1] > Note: Referencing the workflow file using the file path does not work if the workflow has a name. [1] https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/adding-a-workflow-status-badge --- .github/workflows/tests.yml | 4 ++-- README.md | 2 +- README_ES.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 57d22d9dd..1d6f17f3b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Test suite +name: tests on: push: branches: @@ -8,7 +8,7 @@ on: - i18n_master jobs: - test: + tests: runs-on: ubuntu-18.04 services: postgres: diff --git a/README.md b/README.md index 1ca192299..f4bc8c37e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Citizen Participation and Open Government Application -![Build status](https://github.com/consul/consul/workflows/.github/workflows/tests.yml/badge.svg) +![Build status](https://github.com/consul/consul/workflows/tests/badge.svg) [![Code Climate](https://codeclimate.com/github/consul/consul/badges/gpa.svg)](https://codeclimate.com/github/consul/consul) [![Coverage Status](https://coveralls.io/repos/github/consul/consul/badge.svg)](https://coveralls.io/github/consul/consul?branch=master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/consul/localized.svg)](https://crowdin.com/project/consul) diff --git a/README_ES.md b/README_ES.md index 0bd7dec96..f54f333fd 100644 --- a/README_ES.md +++ b/README_ES.md @@ -10,7 +10,7 @@ Aplicación de Participación Ciudadana y Gobierno Abierto -![Estado de los tests](https://github.com/consul/consul/workflows/.github/workflows/tests.yml/badge.svg) +![Estado de los tests](https://github.com/consul/consul/workflows/tests/badge.svg) [![Code Climate](https://codeclimate.com/github/consul/consul/badges/gpa.svg)](https://codeclimate.com/github/consul/consul) [![Coverage Status](https://coveralls.io/repos/github/consul/consul/badge.svg?branch=master)](https://coveralls.io/github/consul/consul?branch=master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/consul/localized.svg)](https://crowdin.com/project/consul)