mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
chore(github): update ci
This commit is contained in:
9
.github/workflows/ci-dev.yml
vendored
9
.github/workflows/ci-dev.yml
vendored
@@ -41,15 +41,6 @@ jobs:
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
|
||||
- name: Prepare
|
||||
run: node ./node_modules/playwright/install.js
|
||||
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
- name: Coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
|
||||
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@@ -41,15 +41,6 @@ jobs:
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
|
||||
- name: Prepare
|
||||
run: node ./node_modules/playwright/install.js
|
||||
|
||||
- name: Test
|
||||
run: yarn test
|
||||
|
||||
- name: Coverage
|
||||
uses: codecov/codecov-action@v2
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user