qwerrwe / cicd /cicd.sh
winglian's picture
make sure the CI fails when pytest script fails (#1669)
fe650dd unverified
raw
history blame contribute delete
183 Bytes
#!/bin/bash
set -e
pytest --ignore=tests/e2e/ /workspace/axolotl/tests/
pytest /workspace/axolotl/tests/e2e/patched/
pytest --ignore=tests/e2e/patched/ /workspace/axolotl/tests/e2e/