From af92aac7ec3ceecd9ddaa688b6526f9055aa9727 Mon Sep 17 00:00:00 2001 From: pathmapper <20856381+pathmapper@users.noreply.github.com> Date: Wed, 3 Jun 2020 13:45:59 +0200 Subject: [PATCH] Remove tests --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b646847..0f9182c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,21 +119,9 @@ jobs: ref: fda11e52e7da1df3d758514ae7aba58d9acb6e0f path: ./src/github.com/maputnik/desktop/ - - name: Get style - run: wget https://maputnik.github.io/osm-liberty/style.json - - name: Make run: cd src/github.com/maputnik/desktop/ && make - - 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 $! - - name: Artifacts/linux uses: actions/upload-artifact@v1 with: