14 lines
188 B
YAML
14 lines
188 B
YAML
name: start compose
|
|
|
|
on:
|
|
- pull_request
|
|
- push
|
|
|
|
jobs:
|
|
start-compose:
|
|
run-on: shell
|
|
steps:
|
|
- name: restart Compose
|
|
shell: zsh
|
|
run: docker compose up
|