Skip to content

Commit

Permalink
test: install docker-compose in ci
Browse files Browse the repository at this point in the history
Signed-off-by: Jingfu Wang <jingfu.wang@coinbase.com>
  • Loading branch information
GeekArthur committed Aug 15, 2024
1 parent 0875714 commit 3232fa0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Docker Compose via Package Manager
run: |
apt-get update
apt-get install -y docker-compose
- name: Verify Docker Compose Installation
run: docker-compose --version

- name: Start a private ethereum network
uses: ./.github/actions/geth
id: geth
Expand Down

0 comments on commit 3232fa0

Please sign in to comment.