diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8aec718b4e..15b11adfcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: - name: Start containerized server and dependencies run: | docker compose \ - -f ./docker/docker/docker-compose.yaml \ + -f ./docker/github/docker-compose.yaml \ up -d temporal - name: Run unit tests diff --git a/docker/docker/docker-compose.yaml b/docker/github/docker-compose.yaml similarity index 100% rename from docker/docker/docker-compose.yaml rename to docker/github/docker-compose.yaml diff --git a/docker/docker/dynamicconfig/development.yaml b/docker/github/dynamicconfig/development.yaml similarity index 100% rename from docker/docker/dynamicconfig/development.yaml rename to docker/github/dynamicconfig/development.yaml