Skip to content

Commit 96decd8

Browse files
committed
feat: list versions from the Weblate container
1 parent fc463f6 commit 96decd8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/container-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ jobs:
7070
- name: Startup container
7171
working-directory: docker-compose
7272
run: ./test-boot
73+
- name: Show versions
74+
working-directory: docker-compose
75+
run: docker compose run weblate list_versions
7376
- name: List Python packages
7477
working-directory: docker-compose
7578
run: ./test-pip

0 commit comments

Comments
 (0)