We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c7f141 commit 0b0e734Copy full SHA for 0b0e734
.github/workflows/build-check.yaml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build project
41
run: |
42
make all
43
- ./build/tests/z_modular_test $Z_FEATURE_PUBLICATION $Z_FEATURE_SUBSCRIPTION $Z_FEATURE_QUERYABLE $Z_FEATURE_QUERY
+ python3 ./build/tests/modularity.py --pub $Z_FEATURE_PUBLICATION --sub $Z_FEATURE_SUBSCRIPTION --queryable $Z_FEATURE_QUERYABLE --query $Z_FEATURE_QUERY
44
continue-on-error: true
45
env:
46
BUILD_TYPE: Debug
0 commit comments