mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
5 lines
148 B
Bash
Executable file
5 lines
148 B
Bash
Executable file
#!/bin/bash
|
|
|
|
docker-compose -f docker/test_compose/docker-compose.yml run --rm tests
|
|
docker-compose -f docker/test_compose/docker-compose.yml down
|
|
|