mirror of https://github.com/statping/statping
Try public action instance (Its free for OpenSource)
parent
50983956f0
commit
3163911b52
|
@ -9,7 +9,8 @@ on:
|
|||
jobs:
|
||||
|
||||
frontend:
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
@ -56,7 +57,8 @@ jobs:
|
|||
|
||||
build:
|
||||
needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [linux]
|
||||
|
@ -316,8 +318,8 @@ jobs:
|
|||
|
||||
test-postman-mysql:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
mysql:
|
||||
image: mysql:5.7
|
||||
|
@ -372,8 +374,8 @@ jobs:
|
|||
|
||||
test-postman-postgres:
|
||||
needs: frontend
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10.8
|
||||
|
@ -427,7 +429,8 @@ jobs:
|
|||
|
||||
docker-release:
|
||||
needs: [build, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Statping Repo
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue