From e085d733d51b83c7fd92188b57a3407e26986e5f Mon Sep 17 00:00:00 2001 From: Juan Font Date: Sun, 13 Jun 2021 13:12:48 +0200 Subject: [PATCH] Rename original CI pipeline to test --- .github/workflows/{ci.yml => test.yml} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename .github/workflows/{ci.yml => test.yml} (95%) diff --git a/.github/workflows/ci.yml b/.github/workflows/test.yml similarity index 95% rename from .github/workflows/ci.yml rename to .github/workflows/test.yml index b75dbcc1..774b1ca2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/test.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: # The "build" workflow - build: + test: # The type of runner that the job will run on runs-on: ubuntu-latest @@ -41,6 +41,3 @@ jobs: - name: Run lint run: make lint - - name: Run build - run: make -