Skip to content

Commit

Permalink
Rename Docker compose file (#1261)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanharan authored Nov 20, 2024
1 parent bbd315e commit 13ad9cd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json.
{
"name": "ActiveRecord SQL Server Adapter project development",
"dockerComposeFile": "docker-compose.yml",
"dockerComposeFile": "compose.yaml",
"service": "activerecord-sqlserver-adapter",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.

env:
COMPOSE_FILE: docker-compose.ci.yml
COMPOSE_FILE: compose.ci.yaml

strategy:
fail-fast: false
Expand Down
File renamed without changes.

0 comments on commit 13ad9cd

Please sign in to comment.