version: "3.8"

services:
  lint-and-test:
    build:
      context: .
      target: unit-lint
  test-integration:
    build:
      context: .
      target: test-integration
    environment:
      - OWS_PRODUCT_REVIEW_RESET_URL
      - GRAPHQL_GATEWAY_URL
