Renamed ci to ci-desktop

This commit is contained in:
Yuri Astrakhan
2024-02-12 13:48:37 -05:00
parent 7ac1b03b5a
commit a304d4e060
@@ -1,6 +1,6 @@
name: ci name: ci-desktop
on: [push] on: [ push ]
jobs: jobs:
build: build:
@@ -28,7 +28,7 @@ jobs:
run: ./bin/linux/maputnik --version run: ./bin/linux/maputnik --version
- name: Get style - name: Get style
run: wget https://maputnik.github.io/osm-liberty/style.json run: wget https://maputnik.github.io/osm-liberty/style.json
- name: Test --watch - name: Test --watch
run: ./bin/linux/maputnik --watch --file style.json & sleep 5; kill $! run: ./bin/linux/maputnik --watch --file style.json & sleep 5; kill $!