We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878ecdd commit 52ba8cfCopy full SHA for 52ba8cf
.github/workflows/pythonapp.yml
@@ -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
14
-# - name: Unit Test inside docker
15
-# run: docker run --entrypoint=python chartboard:test src/manage.py test -v 2
16
-
+name: Docker Unit-test
17
+on: [push]
18
+jobs:
+ build:
19
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/[email protected]
+ - name: Build the Docker image
+ run: docker build . --file Dockerfile-dev --tag chartboard:test
20
+ - name: Unit Test inside docker
+ run: docker run --entrypoint=python themaux/chartboard:develop src/manage.py test -v 2
0 commit comments