mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2026-04-09 18:51:55 -04:00
Simplify Docker compose command in workflow
Removed language-specific loading from Docker compose command.
This commit is contained in:
parent
3ef4361852
commit
e0b363fb17
2
.github/workflows/run-tests.yml
vendored
2
.github/workflows/run-tests.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Docker compose up
|
||||
run: LT_LOAD_ONLY=en,fr docker compose up -d
|
||||
run: docker compose up -d
|
||||
|
||||
- name: Check Healthcheck
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user