Skip to content

Bump @typescript-eslint/parser from 7.1.1 to 7.15.0 in /frontend #653

Bump @typescript-eslint/parser from 7.1.1 to 7.15.0 in /frontend

Bump @typescript-eslint/parser from 7.1.1 to 7.15.0 in /frontend #653

name: Run backend app tests
on: push
jobs:
ExUnit:
runs-on: ubuntu-latest
defaults:
run:
working-directory: "backend"
services:
db:
image: postgres:latest
ports: ["5432:5432"]
env:
POSTGRES_PASSWORD: postgres
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- uses: actions/checkout@v3
- uses: erlef/setup-beam@v1
with:
version-type: strict
version-file: backend/.tool-versions
- run: echo -e "import Config\nconfig :richard_burton, []" >> config/dev.local.exs
- run: mix deps.get
- run: mix test