Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpontetto committed Nov 29, 2024
1 parent fb2d7f8 commit 62711d6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,21 @@ 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
uses: ./.github/actions/docker-run
with:
run: "ls -a /src/app/assets/builds"

- name: Run Tests
env:
KNAPSACK_CI_NODE_TOTAL: ${{ matrix.ci_node_total }}
Expand Down

0 comments on commit 62711d6

Please sign in to comment.