Skip to content

No more .env file

No more .env file #24

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
- deploy
pull_request:
branches:
- main
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
docker compose -f docker-compose.yml \
-f tests/docker-compose.yml \
run --rm app