Skip to content

Commit 4d893a1

Browse files
committed
fix/powershell
1 parent 3b83205 commit 4d893a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,12 @@ If you use JupyterLab, just you need to access http://localhost:8888
7373

7474
---
7575

76+
### Test
77+
78+
```bash
79+
docker compose -f docker-compose.test.yml run --rm --entrypoint /bin/sh service_test -lc '
80+
pytest'
81+
```
82+
7683
## License
7784
- Apache License 2.0

0 commit comments

Comments
 (0)