chore(github): update ci

This commit is contained in:
Benjamin Canac
2021-11-16 12:54:53 +01:00
parent d1902448ae
commit 012815c251
2 changed files with 0 additions and 18 deletions

View File

@@ -41,15 +41,6 @@ jobs:
- name: Lint - name: Lint
run: yarn 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 - name: Build
run: yarn build run: yarn build

View File

@@ -41,15 +41,6 @@ jobs:
- name: Lint - name: Lint
run: yarn 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 - name: Build
run: yarn build run: yarn build