Skip to content

Commit

Permalink
fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 18, 2019
1 parent 4194224 commit 581fed9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@ jobs:
s3:
image: localstack/localstack:latest
env:
- SERVICES=s3
SERVICES=s3
postgres:
image: healthcheck/postgres
env:
- POSTGRES_DB=testdb
- POSTGRES_PASSWORD=password
- POSTGRES_DB=testdb
- POSTGRES_PASSWORD=password
mariadb:
image: healthcheck/mariadb
env:
- MYSQL_DATABASE=testdb
- MYSQL_ROOT_PASSWORD=password
- MYSQL_DATABASE=testdb
- MYSQL_ROOT_PASSWORD=password
steps:
- uses: actions/checkout@v1
- name: Run integration tests
Expand Down

0 comments on commit 581fed9

Please sign in to comment.