Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Richter committed Mar 8, 2024
1 parent 187b24c commit 0835f10
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 @@ -9,10 +9,10 @@ jobs:
steps:
- name: "Checkout"
uses: actions/checkout@v4
- name: "Install Composer dependencies"
run: "composer ci:install -b docker"
- name: "Show docker version"
run: "docker -v"
- name: "Install Composer dependencies"
run: "composer ci:install -b docker"
- name: "Run command"
run: "composer ci:php:stan -b docker"

Expand Down

0 comments on commit 0835f10

Please sign in to comment.