We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea27526 commit 5818a88Copy full SHA for 5818a88
1 file changed
.github/workflows/cicd-1-pull-request-devtest.yaml
@@ -91,6 +91,8 @@ jobs:
91
needs: [metadata]
92
uses: ./.github/workflows/stage-2-test.yaml
93
with:
94
+ unit_test_dir: tests/UnitTests
95
+ app_dir: application/CohortManager
96
build_datetime: '${{ needs.metadata.outputs.build_datetime }}'
97
build_timestamp: '${{ needs.metadata.outputs.build_timestamp }}'
98
build_epoch: '${{ needs.metadata.outputs.build_epoch }}'
0 commit comments