mirror of
https://github.com/hoshikawa2/nemo_guardrails_ci_cd.git
synced 2026-07-10 00:34:20 +00:00
first commit
This commit is contained in:
4
scripts/test_local.sh
Normal file
4
scripts/test_local.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
export OPENAI_API_KEY=${OPENAI_API_KEY:-sk-fake}
|
||||
pytest -v
|
||||
Reference in New Issue
Block a user