From febd06044e9d7e35fc21ad566da22c982b1d2e26 Mon Sep 17 00:00:00 2001 From: Axel Pontetto Wasik Date: Fri, 29 Nov 2024 17:10:27 -0300 Subject: [PATCH] . --- .github/workflows/ci.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26102601..295b8a97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,6 +176,10 @@ jobs: ./cc-test-reporter before-build # - name: Let Rails generate the secret_key_base # run: bundle exec rails runner 'puts Rails.application.secret_key_base' + - name: LS Before + uses: ./.github/actions/docker-run + with: + run: "ls -R -a app/assets" - name: Setup Database run: docker run -v ${{ github.workspace }}:/src/app --network host -e RAILS_ENV=test -e PARALLEL_TEST_FIRST_IS_1=true api_base/test:latest bundle exec rake parallel:create parallel:migrate - name: Check for untracked changes in schema.rb @@ -186,17 +190,7 @@ jobs: id: cpu_info run: echo "cpu_cores=$(nproc)" >> $GITHUB_ENV - - name: Run Tests Test - env: - KNAPSACK_CI_NODE_TOTAL: ${{ matrix.ci_node_total }} - KNAPSACK_CI_NODE_INDEX: ${{ matrix.ci_node_index }} - PARALLEL_TESTS_CONCURRENCY: ${{ env.cpu_cores }} - HEADLESS: true - CI: true - SELENIUM_BROWSER_HOST: http://chrome-server:4444 - SELENIUM_BROWSER: remote - POSTGRES_HOST: db - RAILS_ENV: test + - name: LS After uses: ./.github/actions/docker-run with: run: "ls -R -a app/assets"