Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
vadim committed Dec 17, 2024
1 parent dfbe378 commit c615852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Run Docker Compose
run: docker compose up -d
run: docker compose -f docker-compose.yml up -d
- uses: actions/setup-python@v1
with:
python-version: '3.12'
Expand Down

0 comments on commit c615852

Please sign in to comment.