mirror of
https://github.com/koel/koel
synced 2024-11-28 06:50:27 +00:00
feat(build): run e2e
This commit is contained in:
parent
0ba7d39344
commit
4efd462974
1 changed files with 4 additions and 3 deletions
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
|
@ -1,8 +1,9 @@
|
||||||
name: e2e
|
name: End to End Tests
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
- vue3
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in a new issue