diff --git a/.github/workflows/test.yml b/.github/workflows/test_docker.yml similarity index 99% rename from .github/workflows/test.yml rename to .github/workflows/test_docker.yml index b5a80f9..92d9df4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test_docker.yml @@ -246,4 +246,4 @@ jobs: echo "Stopping and removing containers..." sudo docker stop nginx-waf apache-waf haproxy-waf traefik-waf || true sudo docker rm nginx-waf apache-waf haproxy-waf traefik-waf || true - echo "Containers stopped and removed." \ No newline at end of file + echo "Containers stopped and removed."