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 421a524 commit 4f0b9afCopy full SHA for 4f0b9af
.github/workflows/build.yaml
@@ -40,3 +40,6 @@ jobs:
40
--platform linux/amd64,linux/arm64 \
41
-f app/Dockerfile \
42
.
43
+
44
+ - name: Run intercom test
45
+ run: python app/test_intercom.py
app/Dockerfile
@@ -36,9 +36,6 @@ COPY . /app
36
# Expose port 5050 for the Flask application
37
EXPOSE 5050
38
39
-# Run test file
-RUN python test_intercom.py
-
# Define environment variable for Flask
ENV FLASK_APP=app.py
0 commit comments