Skip to content

Commit

Permalink
ci: update docker compose start pulling cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Dec 17, 2024
1 parent bd8ae83 commit 638b6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
done
# Start pulling images in background
docker-compose -f dev/vendor/galoy-quickstart/docker-compose.yml pull --quiet &
docker compose -f dev/vendor/galoy-quickstart/docker-compose.yml pull --include-deps --quiet &
- name: Restore Node Modules Cache
id: cache-node-restore
Expand Down

0 comments on commit 638b6a2

Please sign in to comment.