Skip to content

Commit

Permalink
ci: update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Apr 18, 2023
1 parent bbd98fc commit e0f0c66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 30 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -5,7 +5,7 @@ on:
- '**'
pull_request:
branches:
- next
- main
jobs:
test-webpack4:
runs-on: ubuntu-latest
Expand All @@ -18,7 +18,7 @@ jobs:
cache: 'yarn'
- run: yarn install
- run: yarn lint
- run: yarn test
- run: yarn test:webpack4

test-webpack5:
runs-on: ubuntu-latest
Expand All @@ -31,4 +31,4 @@ jobs:
cache: 'yarn'
- run: yarn install
- run: yarn build
- run: yarn test:webpack5
- run: yarn test
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# 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)
# 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)

> webpack loader for Vue Single-File Components
Expand Down

0 comments on commit e0f0c66

Please sign in to comment.