From 5700f4c1fd430b6b0a91233ac871f60aea47058f Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Mon, 27 Jul 2020 09:57:20 +0300 Subject: [PATCH] Update --- .github/workflows/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/config.yml b/.github/workflows/config.yml index a35bd29df3..bc0afbfdfb 100644 --- a/.github/workflows/config.yml +++ b/.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