Skip to content

Ensure the RUN_AS ownership applies to the DB's named volume #1587

Ensure the RUN_AS ownership applies to the DB's named volume

Ensure the RUN_AS ownership applies to the DB's named volume #1587

Workflow file for this run

name: Dev Containers
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create dev environment
run: make dev-env
- name: Backend Unit tests
run: make be-tests-par