Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuyib authored Nov 29, 2024
1 parent 5851df2 commit a7672be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
sudo apt-get install -y docker-compose
- name: Build Docker images
timeout-minutes: 15
timeout-minutes: 5
env:
AT_USERNAME: ${{ secrets.AT_USERNAME }}
AT_API_KEY: ${{ secrets.AT_API_KEY }}
run: |
make docker_run || exit 1
make docker_run
- name: Check build status
run: |
Expand Down

0 comments on commit a7672be

Please sign in to comment.