From 4a38ea0940c44563923bc07f2d265873e0889534 Mon Sep 17 00:00:00 2001 From: Eder Soares Date: Mon, 25 Jan 2021 15:46:49 -0300 Subject: [PATCH 1/2] GitHub Actions badge --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 9828e68f91..4b1849888c 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ [![Latest Release](https://img.shields.io/github/release/portabilis/i-educar.svg?label=latest%20release)](https://github.com/portabilis/i-educar/releases) -[![Build Status](https://travis-ci.com/portabilis/i-educar.svg?branch=2.3)](https://travis-ci.com/portabilis/i-educar) +[![Build Status](https://github.com/portabilis/i-educar/workflows/tests/badge.svg)](https://github.com/portabilis/i-educar/actions) # i-Educar From c990a4ec34eb078774c6e8a29b0da8acbb58fd9d Mon Sep 17 00:00:00 2001 From: Eder Soares Date: Mon, 25 Jan 2021 15:52:50 -0300 Subject: [PATCH 2/2] Renomeia flow --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 392f1714ee..acbd50efb8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Tests +name: tests on: push: @@ -7,7 +7,7 @@ on: branches: 2.* jobs: - tests: + default: runs-on: ubuntu-latest