mirror of
https://github.com/hoshikawa2/nemo_guardrails_ci_cd.git
synced 2026-07-09 16:24:20 +00:00
5 lines
97 B
Bash
5 lines
97 B
Bash
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
export OPENAI_API_KEY=${OPENAI_API_KEY:-sk-fake}
|
|
pytest -v
|