Skip to content

Commit de8a636

Browse files
author
codewitching
committed
run tests inside docker in ci
1 parent 592d054 commit de8a636

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ jobs:
3535
- name: Build Docker image
3636
run: |
3737
docker build -t flask-ci-app .
38+
39+
- name: Run tests inside Docker
40+
run: |
41+
docker run --rm flask-ci-app pytest

0 commit comments

Comments
 (0)