Skip to content

Commit

Permalink
ci: writecache uses just cmd for docker compose up (#3601)
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2e authored Dec 3, 2024
1 parent c5733cd commit b6e3a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/writecache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Hermit Packages
run: hermit install
- name: Docker Compose
run: docker compose up -d --wait
run: just compose-up
- name: Init DB
run: just init-db
- name: Rebuild All
Expand Down

0 comments on commit b6e3a64

Please sign in to comment.