Skip to content

Commit

Permalink
Build ipld-eth-db
Browse files Browse the repository at this point in the history
  • Loading branch information
telackey committed Jul 14, 2023
1 parent ffbb9e0 commit 317d79c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,17 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- uses: actions/checkout@v3
with:
ref: ${{ env.ipld-eth-db-ref }}
repository: cerc-io/ipld-eth-db
path: "./ipld-eth-db/"
fetch-depth: 0

- name: Build ipld-eth-db
run: |
docker build -f ./ipld-eth-db/Dockerfile ./ipld-eth-db/
- name: Run docker compose
run: |
docker-compose up -d
Expand Down

0 comments on commit 317d79c

Please sign in to comment.