Fix docker build

This commit is contained in:
Dane Everitt 2020-11-14 20:46:37 -08:00
parent e84008d19b
commit aaaa05be93
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 23 additions and 13 deletions

View file

@ -7,8 +7,8 @@ on:
pull_request:
jobs:
integration_tests:
if: "!contains(github.event.head_commit.message, '[skip ci]') && !contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci') && !contains(github.event.head_commit.message, 'ci skip')"
services:
mysql:
image: mysql:5.7