Skip to content

Commit dfe4c63

Browse files
authored
Update circle.yml
1 parent ca935cb commit dfe4c63

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

circle.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
POSTGRES_USER: vapor_username
2424
POSTGRES_DB: vapor_database
2525
POSTGRES_PASSWORD: vapor_password
26+
steps:
27+
- checkout
28+
- run:
29+
name: Compile code
30+
command: swift build
31+
- run:
32+
name: Run unit tests
33+
command: swift test
2634
linux-release:
2735
docker:
2836
- image: codevapor/swift:4.1

0 commit comments

Comments
 (0)