Skip to content

Commit

Permalink
ci: increase timeout limit
Browse files Browse the repository at this point in the history
  • Loading branch information
plmercereau committed Jan 20, 2022
1 parent 52a3da8 commit ba324c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
required: true
jobs:
publish:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -40,6 +41,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and publish to Docker Hub
uses: docker/build-push-action@v2
timeout-minutes: 60
with:
# TODO use cache https://github.com/docker/build-push-action/blob/master/docs/advanced/cache.md
context: .
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ env:
jobs:
test:
runs-on: ubuntu-latest
timeout-minutes: 10
services:
postgres:
image: nhost/postgres:12-v0.0.6
Expand Down

0 comments on commit ba324c0

Please sign in to comment.