Skip to content

Commit

Permalink
Entrypoint runs report aggregation
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubenkov committed Dec 21, 2023
1 parent 869d3b3 commit e3089f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/entrypoint.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh
# Change to the correct directory
cd /usr/src/app;
# Run hardhat tests
. run.sh;
# Run Pancake tests
. ./docker/run.sh;
# Aggregate the result reports
. ./docker/report.sh;

0 comments on commit e3089f4

Please sign in to comment.