15 lines
201 B
YAML
15 lines
201 B
YAML
name: UI Tests
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
workflow_call:
|
|
|
|
jobs:
|
|
ui-tests:
|
|
runs-on: self-hosted
|
|
|
|
steps:
|
|
- name: Run UI tests
|
|
run: |
|
|
bash .github/workflows/test.sh ui/
|