Skip to content

ci: add ui tests

ci: add ui tests #68

Workflow file for this run

name: Integrate
on:
push:
branches: [ "main" ]
pull_request:
workflow_dispatch:
jobs:
build:
name: Build
uses: ./.github/workflows/_build.yaml
test:
name: Test
uses: ./.github/workflows/_test.yaml