Move postman-tests tests to public and build to private

pull/1045/head
Adam Boutcher 2021-08-15 20:25:09 +01:00
parent 62f872c463
commit c244821153
1 changed files with 3 additions and 3 deletions

View File

@ -56,7 +56,7 @@ jobs:
build:
needs: [frontend, test-postman-sqlite, test-postman-mysql, test-postman-postgres]
runs-on: [self-hosted, linux, aboutcher-hosted, centos7]
runs-on: ubuntu-latest
strategy:
matrix:
platform: [linux]
@ -316,7 +316,7 @@ jobs:
test-postman-mysql:
needs: frontend
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
services:
mysql:
@ -372,7 +372,7 @@ jobs:
test-postman-postgres:
needs: frontend
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
services:
postgres: