Skip to content

Commit

Permalink
github: fix docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Sep 30, 2024
1 parent ce6603f commit 16fda66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ on:
workflow_dispatch:
inputs:
reason:
description: 'Reason'
description: "Reason"
required: false
default: 'Manual trigger'
default: "Manual trigger"

jobs:
Tests:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
pip install ".[$EXTRAS]"
pip freeze
docker --version
docker-compose --version
docker compose --version
- name: Run tests
run: ./run-tests.sh

0 comments on commit 16fda66

Please sign in to comment.