Skip to content

Commit

Permalink
change compose file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheila-nk committed Jun 13, 2024
1 parent c3f5d15 commit 526d6bd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
env:
AT_USERNAME: "sandbox"
AT_API_KEY: ${{ secrets.AT_API_KEY }}
run: docker-compose -f "compose.ci.yaml" up --build -d
run: docker-compose up --build -d

- name: Check running containers
run: docker ps -a
Expand Down
File renamed without changes.

0 comments on commit 526d6bd

Please sign in to comment.