Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDudley committed Mar 27, 2024
1 parent 8c82853 commit 046046c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:
- name: Run tests
run: make pytest

- name: Bring up chrome
run: docker compose up -d chrome

- name: Run BDD tests
run: make bdd

Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ services:

chrome:
image: seleniarm/standalone-chromium:latest
shm_size: 2gb
shm_size: 3gb
depends_on:
- web
ports:
- "4444:4444"
profiles:
- selenium

0 comments on commit 046046c

Please sign in to comment.