Skip to content

Commit 8b57229

Browse files
authored
Merge pull request #54 from https-sam/dev
Dev
2 parents 70bf49f + 9cbda99 commit 8b57229

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout code
1515
uses: actions/checkout@v2
1616

17-
- name: Build Python Custom Docker image
17+
- name: Build python code execution environment (DOCKER BUILD)
1818
run: docker build -t python3 -f ${{ github.workspace }}/dockerfiles/python3.Dockerfile .
1919

2020
- name: Install testing dependencies

init_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/sh
2+
23
DIR="$( cd "$( dirname "$0" )" && pwd )"
34

45
# build python docker environment
5-
docker build -t python3 -f $DIR/dockerfiles/python3.Dockerfile .
6+
docker build -t python3 -f $DIR/dockerfiles/python3.Dockerfile .

0 commit comments

Comments
 (0)