Skip to content

Commit 5818a88

Browse files
committed
chore: testing new workflow trigger
1 parent ea27526 commit 5818a88

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cicd-1-pull-request-devtest.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ jobs:
9191
needs: [metadata]
9292
uses: ./.github/workflows/stage-2-test.yaml
9393
with:
94+
unit_test_dir: tests/UnitTests
95+
app_dir: application/CohortManager
9496
build_datetime: '${{ needs.metadata.outputs.build_datetime }}'
9597
build_timestamp: '${{ needs.metadata.outputs.build_timestamp }}'
9698
build_epoch: '${{ needs.metadata.outputs.build_epoch }}'

0 commit comments

Comments
 (0)