Run tests on ubuntu-latest

This commit is contained in:
Jackson Harper
2022-02-11 12:56:00 -08:00
parent 45e8671e3c
commit 975b93a31b

View File

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