move docker_tests script to better name/location

This commit is contained in:
Adam Outler committed 2026-01-29 17:03:30 +00:00
1 parent 928317d16f
commit a95b635601
3 files changed
+6 -6

No files matched your search

+2 -2
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