data-workspace-frontend
data-workspace-frontend copied to clipboard
chore: avoids having to rebuild containers when testing locally
Description of change
This adds volumes to the test container, similar to those in the main container, so containers don't have to be repeatedly rebuilt when testing locally.
Checklist
- [ ] Have tests been added to cover any changes?
- [ ] Have E2E tests been added to cover any React changes?
- [ ] Have Accessibility tests been added to cover any React changes?