Skip to content

Commit

Permalink
fix build workflow matrix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gavincabbage committed Sep 18, 2019
1 parent 925331c commit 4194224
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
unit:
name: Unit Tests
runs-on: ubuntu-18.04
matrix:
go-version: [1.12.9, 1.13]
strategy:
matrix:
go-version: [1.12.9, 1.13]
steps:
- uses: actions/checkout@v1
- uses: actions/setup-go@v1
Expand Down Expand Up @@ -67,4 +68,4 @@ jobs:
- AWS_REGION=us-east-1
- AWS_ENDPOINT=http://s3:4572
- POSTGRES_URL=postgres://postgres:password@postgres/testdb?sslmode=disable
- MARIADB_URL=root:password@tcp(mariadb:3306)/testdb?charset=utf8&parseTime=True&loc=Local
- MARIADB_URL=root:password@tcp(mariadb:3306)/testdb?charset=utf8&parseTime=True&loc=Local

0 comments on commit 4194224

Please sign in to comment.