Skip to content

Commit 8c9da03

Browse files
committed
Disable UnitTest Running
1 parent 6c03d25 commit 8c9da03

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

.github/workflows/build.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -99,33 +99,33 @@ jobs:
9999
token: ${{ secrets.TOOL4D_DL_TOKEN }}
100100
ignore-warnings: true
101101

102-
- name: 🧪 Run Unit Tests
103-
uses: ./.github/actions/tool4d-action
104-
with:
105-
project: ${{ github.event.repository.name }}_UnitTests/Project/${{ github.event.repository.name }}_UnitTests.4DProject
106-
product-line: ${{env.TOOL4D_PRODUCT_LINE}}
107-
version: ${{env.TOOL4D_VERSION}}
108-
build: ${{env.TOOL4D_BUILDNUMBER}}
109-
token: ${{ secrets.TOOL4D_DL_TOKEN }}
110-
startup-method: runAutomaticUnitTests
111-
112-
- name : 🚢 Archive Actifacts
113-
uses: actions/upload-artifact@v4
114-
with:
115-
name: "UT-${{ github.event.repository.name }}.${{runner.os}}.text"
116-
path: "UT-${{ github.event.repository.name }}.txt"
102+
#- name: 🧪 Run Unit Tests
103+
# uses: ./.github/actions/tool4d-action
104+
# with:
105+
# project: ${{ github.event.repository.name }}_UnitTests/Project/${{ github.event.repository.name }}_UnitTests.4DProject
106+
# product-line: ${{env.TOOL4D_PRODUCT_LINE}}
107+
# version: ${{env.TOOL4D_VERSION}}
108+
# build: ${{env.TOOL4D_BUILDNUMBER}}
109+
# token: ${{ secrets.TOOL4D_DL_TOKEN }}
110+
# startup-method: runAutomaticUnitTests
111+
112+
#- name : 🚢 Archive Actifacts
113+
# uses: actions/upload-artifact@v4
114+
# with:
115+
# name: "UT-${{ github.event.repository.name }}.${{runner.os}}.text"
116+
# path: "UT-${{ github.event.repository.name }}.txt"
117117

118118
# Recherche de la chaîne "GLOBAL RESULT : SUCCESS" dans le fichier UT-${{ github.event.repository.name }}.txt
119-
- name : ✔ Analyze result test
120-
shell: bash
121-
run: |
122-
if grep -r "GLOBAL RESULT : SUCCESS" "UT-${{ github.event.repository.name }}.txt"; then
123-
echo "Unit tests passed"
124-
exit 0
125-
else
126-
echo "Unit tests failed"
127-
exit 1
128-
fi
119+
#- name : ✔ Analyze result test
120+
# shell: bash
121+
# run: |
122+
# if grep -r "GLOBAL RESULT : SUCCESS" "UT-${{ github.event.repository.name }}.txt"; then
123+
# echo "Unit tests passed"
124+
# exit 0
125+
# else
126+
# echo "Unit tests failed"
127+
# exit 1
128+
# fi
129129

130130

131131

0 commit comments

Comments
 (0)