Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent 1235509 commit 73cefd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: "docker compose build"

- name: Start dependencies
run: "doccker compose up -d --no-deps db redis"
run: "docker compose up -d --no-deps db redis"

- name: Run all tests
run: "docker compose run --no-deps app -- ./ci.sh"
Expand Down

0 comments on commit 73cefd1

Please sign in to comment.