Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ANcpLua authored Jan 14, 2025
1 parent 7959ee7 commit f33cf69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Start Docker Services
run: |
docker compose -f docker-compose.yml up --build -d
docker compose -f compose.yaml up --build -d
shell: bash

- name: Restore .NET Dependencies
Expand All @@ -50,5 +50,5 @@ jobs:

- name: Cleanup Docker Services
if: always()
run: docker compose -f docker-compose.yml down --volumes
run: docker compose -f compose.yaml down --volumes
shell: bash

0 comments on commit f33cf69

Please sign in to comment.