move docker_tests script to better name/location

This commit is contained in:
Adam Outler
2026-01-29 16:44:43 +00:00
parent 928317d16f
commit a95b635601
3 changed files with 6 additions and 6 deletions

View File

@@ -95,5 +95,5 @@ jobs:
- name: Run Docker-based tests
run: |
echo "🐳 Running Docker-based tests..."
chmod +x ./test/docker_tests/run_docker_tests.sh
./test/docker_tests/run_docker_tests.sh
chmod +x ./scripts/run_tests_in_docker_environment.sh
./scripts/run_tests_in_docker_environment.sh