Skip to content

Commit 52ba8cf

Browse files
1010134910101349
10101349
authored and
10101349
committed
test
1 parent 878ecdd commit 52ba8cf

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

.github/workflows/pythonapp.yml

+12-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
1-
#name: Docker Unit-test
2-
#
3-
on: [push]
4-
#
5-
#jobs:
6-
# build:
7-
#
8-
# runs-on: ubuntu-latest
9-
# steps:
10-
# - uses: actions/checkout@v1
11-
# - name: Build the Docker image
12-
# run: docker build . --file Dockerfile-dev --tag chartboard:test
13-
# - uses: actions/checkout@v1
14-
# - name: Unit Test inside docker
15-
# run: docker run --entrypoint=python chartboard:test src/manage.py test -v 2
16-
1+
name: Docker Unit-test
172

3+
on: [push]
184

5+
jobs:
6+
build:
197

8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/[email protected]
11+
- name: Build the Docker image
12+
run: docker build . --file Dockerfile-dev --tag chartboard:test
2013

14+
- uses: actions/[email protected]
15+
- name: Unit Test inside docker
16+
run: docker run --entrypoint=python themaux/chartboard:develop src/manage.py test -v 2

0 commit comments

Comments
 (0)