Skip to content

fix: Remove autofocus on dialog text input, reduce category image size #170

fix: Remove autofocus on dialog text input, reduce category image size

fix: Remove autofocus on dialog text input, reduce category image size #170

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Build containers
run: docker compose build --build-arg MIX_ENV=test
- name: Start containers
run: docker compose up -d db cache
- name: Run tests
run: docker compose run web bash -c 'cd server && mix test'