Skip to content

Bump flatted from 3.3.3 to 3.4.2 in /frontend #562

Bump flatted from 3.3.3 to 3.4.2 in /frontend

Bump flatted from 3.3.3 to 3.4.2 in /frontend #562

Workflow file for this run

# This workflow will run frontend tests on the `ianalyzer-frontend:latest` image
name: Frontend unit tests
on:
workflow_dispatch:
pull_request:
paths:
- 'frontend/**'
- '.github/workflows/frontend-test.yml'
- 'docker-compose.yaml'
jobs:
frontend-test:
name: Test Frontend
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run frontend unit tests
run: |
docker compose --env-file .env-ci run --build frontend yarn test