We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcec2d commit 6d78d06Copy full SHA for 6d78d06
1 file changed
.github/workflows/test_and_docs.yml
@@ -68,6 +68,9 @@ jobs:
68
- name: Execute Unit Tests with Coverage Analysis
69
run: |
70
python ./scripts/quality_runners.py
71
+ - name: Execute Feature Integration Tests
72
+ run: |
73
+ bazel test //feature_integration_tests/test_cases:fit
74
- name: Publish build summary
75
if: always()
76
0 commit comments