Try public action instance (Its free for OpenSource)

pull/1045/head
Adam Boutcher 2021-08-15 20:12:36 +01:00
parent 50983956f0
commit 3163911b52
1 changed files with 10 additions and 7 deletions

View File

@ -9,7 +9,8 @@ on:
jobs: jobs:
frontend: frontend:
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8] #runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
@ -56,7 +57,8 @@ 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, rocky8] runs-on: ubuntu-latest
#runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
strategy: strategy:
matrix: matrix:
platform: [linux] platform: [linux]
@ -316,8 +318,8 @@ jobs:
test-postman-mysql: test-postman-mysql:
needs: frontend needs: frontend
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8] #runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
services: services:
mysql: mysql:
image: mysql:5.7 image: mysql:5.7
@ -372,8 +374,8 @@ jobs:
test-postman-postgres: test-postman-postgres:
needs: frontend needs: frontend
runs-on: [self-hosted, linux, aboutcher-hosted, rocky8] #runs-on: [self-hosted, linux, aboutcher-hosted, rocky8]
runs-on: ubuntu-latest
services: services:
postgres: postgres:
image: postgres:10.8 image: postgres:10.8
@ -427,7 +429,8 @@ jobs:
docker-release: docker-release:
needs: [build, test-postman-sqlite, test-postman-mysql, test-postman-postgres] 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: steps:
- name: Checkout Statping Repo - name: Checkout Statping Repo
uses: actions/checkout@v2 uses: actions/checkout@v2