5 lines
53 B
Bash
5 lines
53 B
Bash
![]() |
#!/bin/bash
|
||
|
set -x
|
||
|
|
||
|
pytest api/tests/artifact_tests/
|