mirror of
https://github.com/maputnik/editor.git
synced 2026-02-25 05:50:00 +00:00
Rename ci
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: go
|
name: ci
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -35,10 +35,10 @@ jobs:
|
|||||||
|
|
||||||
- name: Test --help
|
- name: Test --help
|
||||||
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --help
|
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --help
|
||||||
|
|
||||||
- name: Test --version
|
- name: Test --version
|
||||||
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --version
|
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --version
|
||||||
|
|
||||||
- name: Test --watch
|
- name: Test --watch
|
||||||
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --watch --file style.json & sleep 5; kill $!
|
run: ./src/github.com/maputnik/desktop/bin/linux/maputnik --watch --file style.json & sleep 5; kill $!
|
||||||
|
|
||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: maputnik-darwin
|
name: maputnik-darwin
|
||||||
path: ./src/github.com/maputnik/desktop/bin/darwin/
|
path: ./src/github.com/maputnik/desktop/bin/darwin/
|
||||||
|
|
||||||
- name: Artifacts/windows
|
- name: Artifacts/windows
|
||||||
uses: actions/upload-artifact@v1
|
uses: actions/upload-artifact@v1
|
||||||
with:
|
with:
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# Maputnik Desktop [](https://github.com/maputnik/desktop/actions?query=workflow%3Ago)
|
# Maputnik Desktop [](https://github.com/maputnik/desktop/actions?query=workflow%3Aci)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user