Skip to content

Fixed one test which was failing in tt02 (#1205) #855

Fixed one test which was failing in tt02 (#1205)

Fixed one test which was failing in tt02 (#1205) #855

name: 'Continuous Integration: Frontend'
on:
workflow_dispatch: # Manual trigger
push:
branches: [main]
paths-ignore:
- backend/**
pull_request:
types: [opened, synchronize, reopened]
paths-ignore:
- backend/**
jobs:
ci:
name: 'Continuous Integration'
uses: './.github/workflows/template-build-and-test-frontend.yml'