Skip to content

Commit 3eda4f3

Browse files
committed
move intercom tests to CI file
1 parent 4da5810 commit 3eda4f3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
working-directory: ./app
5050
run: python3 get_knowledge_base.py
5151

52+
- name: Run tests for Intercom integration
53+
working-directory: ./app
54+
run: python3 test_intercom.py
55+
5256
- name: Deploy
5357
uses: DefangLabs/[email protected]
5458
with:

app/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,6 @@ COPY . /app
3939
# Expose port 5050 for the Flask application
4040
EXPOSE 5050
4141

42-
# # Run test file
43-
# RUN python test_intercom.py
44-
4542
# Define environment variable for Flask
4643
ENV FLASK_APP=app.py
4744

0 commit comments

Comments
 (0)