Automatic backup triggered by new deployment
CI for csaxs_bec / test (push) Successful in 1m45s

This commit is contained in:
x01dc
2026-08-13 14:13:15 +02:00
parent 4c3c86183a
commit 12d05df2f8
+19
View File
@@ -0,0 +1,19 @@
{
"permissions": {
"allow": [
"Bash(git checkout *)",
"Bash(git add *)",
"Bash(git commit -m ' *)",
"Bash(git push *)",
"Bash(python -m pytest tests/tests_bec_ipython_client/test_x_ray_eye_align.py -k \"smear_experimental or rotation_center\" -q)",
"Bash(python -m pytest tests/tests_bec_ipython_client/test_x_ray_eye_align.py -q)",
"Bash(python -m pytest tests/tests_bec_ipython_client/test_lamni_optics_skip_if_in_position.py tests/tests_bec_ipython_client/test_lamni_tomo_angles.py tests/tests_bec_ipython_client/test_lamni_tomo_alignment_scan.py -v)",
"Bash(python -m pytest tests/tests_bec_ipython_client/test_lamni_optics_skip_if_in_position.py -v)",
"Bash(python3 -c \"import ast; ast.parse\\(open\\('csaxs_bec/bec_ipython_client/plugins/LamNI/lamni.py'\\).read\\(\\)\\)\")",
"Bash(python -m pytest -v tests/tests_devices/test_lgalil_air_orchestra.py tests/tests_scans/)",
"Bash(git stash *)",
"Bash(python -m pytest -v tests/tests_devices/test_lgalil_air_orchestra.py)",
"Bash(python -m pytest -q tests/tests_devices/ tests/tests_scans/)"
]
}
}