Skip to content

Commit 23988b9

Browse files
disable simplego cicd tests
1 parent cdc0d4b commit 23988b9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-test-models.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build test models
22

3-
# on:
4-
# push:
5-
# branches:
6-
# - '**'
3+
on:
4+
push:
5+
branches:
6+
- '**'
77

88
on: workflow_dispatch
99

scripts/run-unit-tests-container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo "Training tests completed."
2828

2929
# echo "Running simplego tests..."
3030

31-
gotestsum --format testname --junitfile=$folder/unit-go.xml --jsonfile=$folder/unit-go.json -- -tags=GO -timeout 60m
31+
# gotestsum --format testname --junitfile=$folder/unit-go.xml --jsonfile=$folder/unit-go.json -- -tags=GO -timeout 60m
3232

3333
# echo "simplego tests completed."
3434

0 commit comments

Comments
 (0)