Skip to content

Commit 12e5ddf

Browse files
committed
add docker compose to azure pipelines config
1 parent 695b9c9 commit 12e5ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ steps:
1111
inputs:
1212
versionSpec: '10.x'
1313

14-
- script: yarn && yarn test
14+
- script: docker-compose up -d && yarn && yarn test

0 commit comments

Comments
 (0)