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 4da5810 commit 3eda4f3Copy full SHA for 3eda4f3
.github/workflows/deploy.yaml
@@ -49,6 +49,10 @@ jobs:
49
working-directory: ./app
50
run: python3 get_knowledge_base.py
51
52
+ - name: Run tests for Intercom integration
53
+ working-directory: ./app
54
+ run: python3 test_intercom.py
55
+
56
- name: Deploy
57
uses: DefangLabs/[email protected]
58
with:
app/Dockerfile
@@ -39,9 +39,6 @@ COPY . /app
39
# Expose port 5050 for the Flask application
40
EXPOSE 5050
41
42
-# # Run test file
43
-# RUN python test_intercom.py
44
-
45
# Define environment variable for Flask
46
ENV FLASK_APP=app.py
47
0 commit comments