mirror of https://github.com/statping/statping
disable test job and add some comments
parent
c79694862f
commit
19f03b6b07
|
@ -195,6 +195,7 @@ jobs:
|
||||||
name: statping-${{ matrix.platform }}-${{ matrix.arch }}
|
name: statping-${{ matrix.platform }}-${{ matrix.arch }}
|
||||||
path: ./build
|
path: ./build
|
||||||
|
|
||||||
|
# TODO this should be its own job - DONT CREATE A RELEASE ON DEV
|
||||||
- name: Upload Releases
|
- name: Upload Releases
|
||||||
id: upload-assets
|
id: upload-assets
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
|
@ -217,6 +218,8 @@ jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
needs: frontend
|
needs: frontend
|
||||||
|
# temporarily disabled
|
||||||
|
if: "false"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
@ -514,6 +517,8 @@ jobs:
|
||||||
# TODO the cache keys for stable/unstable were different here, but that doesn't really matter
|
# TODO the cache keys for stable/unstable were different here, but that doesn't really matter
|
||||||
# TODO use docker metadata action instead of this (don't refer to makefile for docker commands at all)
|
# TODO use docker metadata action instead of this (don't refer to makefile for docker commands at all)
|
||||||
# TODO consider creating builds for dev (not really needed?), if so: not multiarch
|
# TODO consider creating builds for dev (not really needed?), if so: not multiarch
|
||||||
|
# TODO build docker image before releasing (in parallel to build), use same cache here and there.
|
||||||
|
# --> don't push from build step so everything can be released (somewhat) simultaneously
|
||||||
- name: Cache Docker layers
|
- name: Cache Docker layers
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
id: buildx-docker-master
|
id: buildx-docker-master
|
||||||
|
|
Loading…
Reference in New Issue