mirror of
https://github.com/langgenius/dify.git
synced 2025-12-11 18:31:56 +00:00
5 lines
53 B
Bash
5 lines
53 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -x
|
||
|
|
|
||
|
|
pytest api/tests/artifact_tests/
|