Skip to content

Commit 13d0e97

Browse files
committed
Remove v6 part from the build mendix app step name
1 parent eecdada commit 13d0e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Create output directory
4343
run: mkdir $GITHUB_WORKSPACE/out
4444

45-
- name: Build Mendix app using build.py (v6 approach)
45+
- name: Build Mendix app
4646
run: |
4747
cd build-pack
4848
python3 build.py --source ../app/Source --destination ../docker-context build-mda-dir

0 commit comments

Comments
 (0)