mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +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:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- vue3
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue