chore: git cache cleanup
This commit is contained in:
10
.github/skills/integration-test-cerberus-scripts/run.sh
vendored
Executable file
10
.github/skills/integration-test-cerberus-scripts/run.sh
vendored
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
# Integration Test Cerberus - Wrapper Script
|
||||
# Tests Cerberus full-stack integration
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
PROJECT_ROOT="$(cd "${SCRIPT_DIR}/../../.." && pwd)"
|
||||
|
||||
exec "${PROJECT_ROOT}/scripts/cerberus_integration.sh" "$@"
|
||||
Reference in New Issue
Block a user