ci: Add workflow to test UI changes (#998)
* ci: Add workflow to test UI changes * test * remove test
This commit is contained in:
parent
541a70584d
commit
5227da3407
13
.github/workflows/test-ui.yml
vendored
Normal file
13
.github/workflows/test-ui.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: test-ui
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'web/**'
|
||||
jobs:
|
||||
test-ui:
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 10
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: make frontend-install-dependencies
|
||||
- run: make frontend-build
|
Loading…
x
Reference in New Issue
Block a user