Run tests on non-self-hosted runners

This commit is contained in:
Jackson Harper
2022-02-11 12:52:52 -08:00
parent 6045f98e55
commit 45e8671e3c

View File

@ -15,7 +15,6 @@ jobs:
run-graphql-inspector: run-graphql-inspector:
name: Run GraphQL Inspector Checks name: Run GraphQL Inspector Checks
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]' if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
runs-on: self-hosted
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
@ -27,7 +26,6 @@ jobs:
run-code-tests: run-code-tests:
name: Run Codebase tests name: Run Codebase tests
runs-on: self-hosted
services: services:
postgres: postgres:
image: postgres image: postgres