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 464139c commit 27211e9Copy full SHA for 27211e9
.github/workflows/ci.yml
@@ -103,7 +103,7 @@ jobs:
103
imageName: ghcr.io/azure-samples/chat-with-your-data-solution-accelerator
104
cacheFrom: ghcr.io/azure-samples/chat-with-your-data-solution-accelerator
105
imageTag: ${{ env.imageTag }}
106
- runCmd: make ci && make deploy
+ runCmd: export optional_args="./code/tests" && make ci && make deploy
107
refFilterForPush: refs/heads/${{ github.event_name == 'schedule' && 'main' || github.ref_name }}
108
env: |
109
AZURE_CLIENT_ID
0 commit comments