Skip to content

Commit 27211e9

Browse files
ci: configuration to include optional arguments for running tests during deployment (#1819)
1 parent 464139c commit 27211e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
imageName: ghcr.io/azure-samples/chat-with-your-data-solution-accelerator
104104
cacheFrom: ghcr.io/azure-samples/chat-with-your-data-solution-accelerator
105105
imageTag: ${{ env.imageTag }}
106-
runCmd: make ci && make deploy
106+
runCmd: export optional_args="./code/tests" && make ci && make deploy
107107
refFilterForPush: refs/heads/${{ github.event_name == 'schedule' && 'main' || github.ref_name }}
108108
env: |
109109
AZURE_CLIENT_ID

0 commit comments

Comments
 (0)