Skip to content

Bump @types/react from 18.2.73 to 18.2.75 in /ui (#393) #165

Bump @types/react from 18.2.73 to 18.2.75 in /ui (#393)

Bump @types/react from 18.2.73 to 18.2.75 in /ui (#393) #165

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'