pull/3212/head
Victor Baranov 4 years ago
parent 1cf9a2100e
commit 5700f4c1fd
  1. 8
      .github/workflows/config.yml

@ -861,9 +861,9 @@ jobs:
- run: ./bin/install_chrome_headless.sh
- name: mix test --exclude no_parity
run: |
cd apps/explorer
mix ecto.create --quiet
mix ecto.migrate
cd apps/explorer
mix test --no-start --exclude no_parity
env:
MIX_ENV: test
@ -997,10 +997,10 @@ jobs:
- run: ./bin/install_chrome_headless.sh
- name: mix test --exclude no_parity
run: |
cd apps/indexer
mix ecto.create --quiet
mix ecto.migrate
mix test --no-start --exclude no_parity
cd apps/indexer
MIX_ENV=test mix test --no-start --exclude no_parity
env:
MIX_ENV: test
# match POSTGRES_PASSWORD for postgres image below
@ -1133,9 +1133,9 @@ jobs:
- run: ./bin/install_chrome_headless.sh
- name: mix test --exclude no_parity
run: |
cd apps/block_scout_web
mix ecto.create --quiet
mix ecto.migrate
cd apps/block_scout_webcd apps/block_scout_web
mix test --no-start --exclude no_parity
env:
MIX_ENV: test

Loading…
Cancel
Save