From 27fb62241ea147fd3e8a2e5f13a695f935730151 Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Wed, 11 Sep 2024 17:29:54 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 48dbd77b..1ebb3a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,7 +150,7 @@ jobs: KNAPSACK_CI_NODE_TOTAL: ${{ matrix.ci_node_total }} KNAPSACK_CI_NODE_INDEX: ${{ matrix.ci_node_index }} PARALLEL_TESTS_CONCURRENCY: ${{ env.cpu_cores }} - run: docker run --network host -e PARALLEL_TESTS_CONCURRENCY=$PARALLEL_TESTS_CONCURRENCY -e KNAPSACK_CI_NODE_TOTAL=$KNAPSACK_CI_NODE_TOTAL -e KNAPSACK_CI_NODE_INDEX=$KNAPSACK_CI_NODE_INDEX -e RAILS_ENV=test -e HEADLESS=true -e CI=true -e SELENIUM_BROWSER=remote -e SELENIUM_BROWSER_HOST=0.0.0.0 api_base/test:latest bundle exec parallel_rspec -n $PARALLEL_TESTS_CONCURRENCY -e './bin/parallel_tests' + run: docker run --network host -e PARALLEL_TESTS_CONCURRENCY=$PARALLEL_TESTS_CONCURRENCY -e KNAPSACK_CI_NODE_TOTAL=$KNAPSACK_CI_NODE_TOTAL -e KNAPSACK_CI_NODE_INDEX=$KNAPSACK_CI_NODE_INDEX -e RAILS_ENV=test -e HEADLESS=true -e CI=true -e SELENIUM_BROWSER=remote -e SELENIUM_BROWSER_HOST=0.0.0.0 -e HOSTNAME=0.0.0.0 api_base/test:latest bundle exec parallel_rspec -n $PARALLEL_TESTS_CONCURRENCY -e './bin/parallel_tests' # - name: Check for missing annotations # run: bundle exec annotate # - name: Check for untracked changes in app and spec directories