diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index 85b42d5272..9f87d7d08a 100644 --- a/.github/workflows/config.yml +++ b/.github/workflows/config.yml @@ -358,6 +358,7 @@ jobs: - name: mix test --exclude no_parity run: | cd apps/ethereum_jsonrpc + mix compile mix test --no-start --exclude no_parity env: # match POSTGRES_PASSWORD for postgres image below @@ -424,6 +425,7 @@ jobs: mix ecto.create --quiet mix ecto.migrate cd apps/explorer + mix compile mix test --no-start --exclude no_parity env: # match POSTGRES_PASSWORD for postgres image below @@ -483,6 +485,7 @@ jobs: mix ecto.create --quiet mix ecto.migrate cd apps/indexer + mix compile mix test --no-start --exclude no_parity env: # match POSTGRES_PASSWORD for postgres image below @@ -568,6 +571,7 @@ jobs: mix ecto.create --quiet mix ecto.migrate cd apps/block_scout_web + mix compile mix test --no-start --exclude no_parity env: # match POSTGRES_PASSWORD for postgres image below