ci: limiting actions to 15 minutes
This commit is contained in:
parent
cf0b53e52d
commit
685b316ce9
|
@ -9,6 +9,7 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: golang:1.16.6
|
container: golang:1.16.6
|
||||||
|
timeout-minutes: 15
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13-alpine
|
image: postgres:13-alpine
|
||||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
client-build:
|
client-build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 15
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./client
|
working-directory: ./client
|
||||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
client-build:
|
client-build:
|
||||||
name: Client
|
name: Client
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 15
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./client
|
working-directory: ./client
|
||||||
|
@ -63,6 +63,7 @@ jobs:
|
||||||
name: API
|
name: API
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: golang:1.16.6
|
container: golang:1.16.6
|
||||||
|
timeout-minutes: 15
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:13-alpine
|
image: postgres:13-alpine
|
||||||
|
|
|
@ -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
|
* [Ronny Gunawan](https://github.com/ronnygunawan) for the caching concept & ideas
|
||||||
* [artileda](https://github.com/artileda) for the jokes submission
|
* [artileda](https://github.com/artileda) for the jokes submission
|
||||||
* [elianiva](https://github.com/elianiva) for solving my SvelteKit problems
|
* [elianiva](https://github.com/elianiva) for solving my SvelteKit problems
|
||||||
|
* [kokizzu](https://github.com/kokizzu) for the dependency injection concept & ideas
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue