From 7dfcdac202dfcf03e26cd63b4aed32ff46ddb87a Mon Sep 17 00:00:00 2001 From: pathmapper Date: Sun, 31 May 2020 21:23:52 +0200 Subject: [PATCH] Rename ci --- .github/workflows/{go.yml => ci.yml} | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{go.yml => ci.yml} (98%) diff --git a/.github/workflows/go.yml b/.github/workflows/ci.yml similarity index 98% rename from .github/workflows/go.yml rename to .github/workflows/ci.yml index 7746c1d8..21f0298d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: go +name: ci on: push: @@ -35,10 +35,10 @@ jobs: - name: Test --help run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --help - + - name: Test --version run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --version - + - name: Test --watch run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --watch --file style.json & sleep 5; kill $! @@ -53,7 +53,7 @@ jobs: with: name: maputnik-darwin path: ./src/github.com/maputnik/desktop/bin/darwin/ - + - name: Artifacts/windows uses: actions/upload-artifact@v1 with: diff --git a/README.md b/README.md index 6b3393f7..286929dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Maputnik Desktop [![GitHub CI status](https://github.com/maputnik/desktop/workflows/go/badge.svg)](https://github.com/maputnik/desktop/actions?query=workflow%3Ago) +# Maputnik Desktop [![GitHub CI status](https://github.com/maputnik/desktop/workflows/ci/badge.svg)](https://github.com/maputnik/desktop/actions?query=workflow%3Aci) ---