Skip to content

Commit e0f0c66

Browse files
committed
ci: update tasks
1 parent bbd98fc commit e0f0c66

File tree

3 files changed

+4
-30
lines changed

3 files changed

+4
-30
lines changed

Diff for: .circleci/config.yml

-26
This file was deleted.

Diff for: .github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '**'
66
pull_request:
77
branches:
8-
- next
8+
- main
99
jobs:
1010
test-webpack4:
1111
runs-on: ubuntu-latest
@@ -18,7 +18,7 @@ jobs:
1818
cache: 'yarn'
1919
- run: yarn install
2020
- run: yarn lint
21-
- run: yarn test
21+
- run: yarn test:webpack4
2222

2323
test-webpack5:
2424
runs-on: ubuntu-latest
@@ -31,4 +31,4 @@ jobs:
3131
cache: 'yarn'
3232
- run: yarn install
3333
- run: yarn build
34-
- run: yarn test:webpack5
34+
- run: yarn test

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vue-loader [![ci](https://github.com/vuejs/vue-loader/actions/workflows/ci.yml/badge.svg?branch=next)](https://github.com/vuejs/vue-loader/actions/workflows/ci.yml)
1+
# vue-loader [![ci](https://github.com/vuejs/vue-loader/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/vuejs/vue-loader/actions/workflows/ci.yml)
22

33
> webpack loader for Vue Single-File Components
44

0 commit comments

Comments
 (0)