File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/checkout@v2
1616
1717 - name : Build Custom Docker image
18- run : docker build -t test_env .
18+ run : docker build -t python3 -f ${{ github.workspace }}/dockerfiles/python3.Dockerfile .
19+
20+ # - name: Build Custom Docker image
21+ # run: docker build -t test_env .
1922
20- - name : Run unit tests inside the custom docker container
21- run : docker run -dit -v "/var/run/docker.sock:/var/run/docker.sock:rw" test_env
22- # run: docker run test_env
23+ # - name: Run unit tests inside the custom docker container
24+ # run: docker run -dit -v "/var/run/docker.sock:/var/run/docker.sock:rw" test_env
25+ # # run: docker run test_env
Original file line number Diff line number Diff line change 11#! /bin/sh
2- docker build -t python3 -f /src/dockerfiles/python3.Dockerfile . && jest
2+ docker build -t python3 -f /src/dockerfiles/python3.Dockerfile . && jest
You can’t perform that action at this time.
0 commit comments