Skip to content

Commit a7672be

Browse files
authored
Update python-app.yml
1 parent 5851df2 commit a7672be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-app.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
sudo apt-get install -y docker-compose
4848
4949
- name: Build Docker images
50-
timeout-minutes: 15
50+
timeout-minutes: 5
5151
env:
5252
AT_USERNAME: ${{ secrets.AT_USERNAME }}
5353
AT_API_KEY: ${{ secrets.AT_API_KEY }}
5454
run: |
55-
make docker_run || exit 1
55+
make docker_run
5656
5757
- name: Check build status
5858
run: |

0 commit comments

Comments
 (0)