Skip to content

Commit 0ab1498

Browse files
authored
Merge pull request #112 from vapor/cci2-macos
Fix and re-enable testing on macOS
2 parents 22f7cc1 + de7a63a commit 0ab1498

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Whitespace-only changes.

circle.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
steps:
88
- run: brew install vapor/tap/vapor vapor/tap/cmysql
99
- run: brew services start mysql
10+
- run: sleep 3 && mysqladmin -uroot create test
1011
- checkout
1112
- run: swift build
1213
- run: swift test
@@ -45,5 +46,6 @@ workflows:
4546
version: 2
4647
tests:
4748
jobs:
49+
- macos
4850
- linux
49-
- linux-3
51+
- linux-3

0 commit comments

Comments
 (0)