Skip to content

Commit

Permalink
Merge pull request #372 from metaplex-foundation/chore/add-consistenc…
Browse files Browse the repository at this point in the history
…y-check-to-dockerfile

chore(ci): add consistency check to ingester.Dockerfile
  • Loading branch information
armyhaylenko authored Jan 17, 2025
2 parents c6d3c2f + 70e7466 commit ea7edf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ingester.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY tests/setup ./tests/setup
COPY usecase ./usecase
COPY integrity_verification ./integrity_verification
COPY integration_tests ./integration_tests
COPY consistency_check ./consistency_check

RUN cargo chef prepare --recipe-path recipe.json

Expand Down

0 comments on commit ea7edf5

Please sign in to comment.