mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
feat(build): run e2e
This commit is contained in:
parent
0ba7d39344
commit
4efd462974
1 changed files with 4 additions and 3 deletions
7
.github/workflows/e2e.yml
vendored
7
.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:
|
||||
|
@ -34,8 +35,8 @@ jobs:
|
|||
node-version: '14'
|
||||
- name: Install JavaScript dependencies
|
||||
run: |
|
||||
cd ./resources/assets && yarn install --no-progress
|
||||
cd ../.. && yarn install --no-progress
|
||||
cd ./resources/assets && yarn install --no-progress
|
||||
cd ../.. && yarn install --no-progress
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
- name: Run E2E tests
|
||||
|
|
Loading…
Reference in a new issue