Skip to content

Commit 9cbda99

Browse files
committed
workdlow
1 parent 21de72d commit 9cbda99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)