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