Skip to content

Extend the example environment file with all available options #1264

Extend the example environment file with all available options

Extend the example environment file with all available options #1264

Workflow file for this run

name: Run tests
on: [ pull_request ]
jobs:
run_tests:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Build docker development image
run: docker build --target development --tag movary -f ./build/Dockerfile .
- name: Run all test tools/suites
run: docker run --rm movary composer test