Skip to content

feat(ui): show reason for failure in endpoint events #104

feat(ui): show reason for failure in endpoint events

feat(ui): show reason for failure in endpoint events #104

Workflow file for this run

name: test-ui
on:
pull_request:
paths:
- 'web/**'
push:
branches:
- master
paths:
- 'web/**'
jobs:
test-ui:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v5
- run: make frontend-install-dependencies
- run: make frontend-build