Skip to content

Commit b16ac1f

Browse files
authored
Add test ops validation for validation workflows (#1651)
1 parent 27c4702 commit b16ac1f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/scripts/validate_binaries.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ else
4949
export PATH=${OLD_PATH}
5050
fi
5151

52+
if [[ ${INCLUDE_TEST_OPS} == 'true' ]]; then
53+
source ./.github/scripts/validate_test_ops.sh
54+
fi
55+
5256
conda deactivate
5357
conda env remove -n ${ENV_NAME}
5458
fi

.github/workflows/validate-linux-binaries.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,3 @@ jobs:
108108
109109
# Standart case: Validate binaries
110110
source ./.github/scripts/validate_binaries.sh
111-
112-
if [[ ${INCLUDE_TEST_OPS} == 'true' ]]; then
113-
source ./.github/scripts/validate_test_ops.sh
114-
fi

0 commit comments

Comments
 (0)