ci: limiting actions to 15 minutes
This commit is contained in:
parent
cf0b53e52d
commit
685b316ce9
|
@ -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
|
||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
client-build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
timeout-minutes: 15
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./client
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue