chore(tests): remove unnecessary blank line
This commit is contained in:
@@ -38,4 +38,3 @@ jobs:
|
|||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: task test
|
run: task test
|
||||||
|
|
||||||
|
|||||||
@@ -13,22 +13,21 @@ services:
|
|||||||
# Uncomment if you have a USB device connected, such as an RNode
|
# Uncomment if you have a USB device connected, such as an RNode
|
||||||
# devices:
|
# devices:
|
||||||
# - /dev/ttyUSB0:/dev/ttyUSB0
|
# - /dev/ttyUSB0:/dev/ttyUSB0
|
||||||
#
|
#
|
||||||
# Host network for autointerface:
|
# Host network for autointerface:
|
||||||
# network_mode: host
|
# network_mode: host
|
||||||
|
|
||||||
|
|
||||||
# LibreTranslate - optional
|
# LibreTranslate - optional
|
||||||
|
|
||||||
# libretranslate:
|
# libretranslate:
|
||||||
# container_name: libretranslate
|
# container_name: libretranslate
|
||||||
# image: libretranslate/libretranslate:latest
|
# image: libretranslate/libretranslate:latest
|
||||||
# ports:
|
# ports:
|
||||||
# - 127.0.0.1:5000:5000
|
# - 127.0.0.1:5000:5000
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
# healthcheck:
|
# healthcheck:
|
||||||
# test: ["CMD", "curl", "-f", "http://localhost:5000/health"]
|
# test: ["CMD", "curl", "-f", "http://localhost:5000/health"]
|
||||||
# interval: 10s
|
# interval: 10s
|
||||||
# timeout: 4s
|
# timeout: 4s
|
||||||
# retries: 4
|
# retries: 4
|
||||||
# start_period: 5s
|
# start_period: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user