Skip to content

Commit 19e801e

Browse files
committed
Add test stage to skaffold
1 parent fc52779 commit 19e801e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

skaffold.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ build:
1212
tagPolicy:
1313
gitCommit:
1414
ignoreChanges: true # no -dirty flag
15+
test:
16+
- image: fluentdemo
17+
custom:
18+
- command: docker run -u root --rm $IMAGE py.test --cov --nomigrations
1519
profiles:
1620
- name: dev
1721
deploy:

0 commit comments

Comments
 (0)