Skip to content

Commit 4f0b9af

Browse files
move intercom test to ci
1 parent 421a524 commit 4f0b9af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ jobs:
4040
--platform linux/amd64,linux/arm64 \
4141
-f app/Dockerfile \
4242
.
43+
44+
- name: Run intercom test
45+
run: python app/test_intercom.py

app/Dockerfile

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

39-
# Run test file
40-
RUN python test_intercom.py
41-
4239
# Define environment variable for Flask
4340
ENV FLASK_APP=app.py
4441

0 commit comments

Comments
 (0)