mirror of https://github.com/statping/statping
Move postman-tests tests to public and build to private
parent
62f872c463
commit
c244821153
|
@ -56,7 +56,7 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
platform: [linux]
|
platform: [linux]
|
||||||
|
@ -316,7 +316,7 @@ jobs:
|
||||||
|
|
||||||
test-postman-mysql:
|
test-postman-mysql:
|
||||||
needs: frontend
|
needs: frontend
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mysql:
|
mysql:
|
||||||
|
@ -372,7 +372,7 @@ jobs:
|
||||||
|
|
||||||
test-postman-postgres:
|
test-postman-postgres:
|
||||||
needs: frontend
|
needs: frontend
|
||||||
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
|
|
Loading…
Reference in New Issue