Merge pull request #4558 from celo-org/upstream/bugfix/mix_compile_tests

Upstream/bugfix/mix compile tests
pull/4553/head
Victor Baranov 3 years ago committed by GitHub
commit 36b1e61566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .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

Loading…
Cancel
Save