ci: limiting actions to 15 minutes

This commit is contained in:
Reinaldy Rafli 2021-09-27 02:14:03 +07:00
parent cf0b53e52d
commit 685b316ce9
No known key found for this signature in database
GPG Key ID: CFDB9400255D8CB6
4 changed files with 17 additions and 14 deletions

View File

@ -9,6 +9,7 @@ jobs:
name: Build
runs-on: ubuntu-latest
container: golang:1.16.6
timeout-minutes: 15
services:
postgres:
image: postgres:13-alpine

View File

@ -8,7 +8,7 @@ jobs:
client-build:
name: Build
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
working-directory: ./client

View File

@ -8,7 +8,7 @@ jobs:
client-build:
name: Client
runs-on: ubuntu-latest
timeout-minutes: 15
defaults:
run:
working-directory: ./client
@ -63,6 +63,7 @@ jobs:
name: API
runs-on: ubuntu-latest
container: golang:1.16.6
timeout-minutes: 15
services:
postgres:
image: postgres:13-alpine

View File

@ -54,6 +54,7 @@ See [CONTRIBUTING](./CONTRIBUTING.md) or README files on each project directory
* [Ronny Gunawan](https://github.com/ronnygunawan) for the caching concept & ideas
* [artileda](https://github.com/artileda) for the jokes submission
* [elianiva](https://github.com/elianiva) for solving my SvelteKit problems
* [kokizzu](https://github.com/kokizzu) for the dependency injection concept & ideas
## License