mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
ci: setup local image registry for easy-install test
This commit is contained in:
parent
4e7e7c0767
commit
1e32f38316
5
.github/workflows/easy-install.yml
vendored
5
.github/workflows/easy-install.yml
vendored
@ -17,6 +17,11 @@ jobs:
|
||||
easy-install-setup:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
services:
|
||||
registry:
|
||||
image: registry:2
|
||||
ports:
|
||||
- 5000:5000
|
||||
|
||||
name: Easy Install Test
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user