Skip to content

Commit

Permalink
chatbot reorg
Browse files Browse the repository at this point in the history
Signed-off-by: Liora Milbaum <[email protected]>
  • Loading branch information
lmilbaum committed Mar 28, 2024
1 parent f45b92d commit a5af840
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chatbot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: latest
containerfiles: ./chatbot/builds/Containerfile
containerfiles: ./recipes/natural_language_processing/chatbot/builds/Containerfile
context: chatbot

- name: Set up Python
Expand All @@ -48,4 +48,4 @@ jobs:
run: make -f chatbot/Makefile install

- name: Run tests
run: make -f chatbot/Makefile test
run: make -f ./recipes/natural_language_processing/chatbot/Makefile test
File renamed without changes.
File renamed without changes.

0 comments on commit a5af840

Please sign in to comment.