mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-26 07:59:48 +03:00
Test
This commit is contained in:
parent
cd6b0c414f
commit
2fb25fbcf5
26
.github/workflows/CI.yml
vendored
26
.github/workflows/CI.yml
vendored
|
@ -22,13 +22,23 @@ jobs:
|
||||||
cache: 'pnpm'
|
cache: 'pnpm'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pnpm install
|
run: pnpm install
|
||||||
- name: Check formatting
|
|
||||||
run: pnpm run format:check
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: pnpm exec nx affected --target=build --parallel=3
|
run: pnpm build:all
|
||||||
- name: Lint
|
|
||||||
run: pnpm exec nx affected --target=lint --parallel=3
|
- name: Archive Chrome Extension
|
||||||
- name: Test
|
uses: actions/upload-artifact@v3
|
||||||
uses: GabrielBB/xvfb-action@v1
|
|
||||||
with:
|
with:
|
||||||
run: pnpm exec nx affected --target=test --parallel=3
|
name: chrome
|
||||||
|
path: extension/chrome/dist/
|
||||||
|
|
||||||
|
- name: Archive Edge Extension
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: edge
|
||||||
|
path: extension/edge/dist/
|
||||||
|
|
||||||
|
- name: Archive Firefox Extension
|
||||||
|
uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
name: firefox
|
||||||
|
path: extension/firefox/dist/
|
||||||
|
|
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -43,16 +43,16 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: chrome
|
name: chrome
|
||||||
path: extension/chrome/dist
|
path: extension/chrome/dist/
|
||||||
|
|
||||||
- name: Archive Edge Extension
|
- name: Archive Edge Extension
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: edge
|
name: edge
|
||||||
path: extension/edge/dist
|
path: extension/edge/dist/
|
||||||
|
|
||||||
- name: Archive Firefox Extension
|
- name: Archive Firefox Extension
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: firefox
|
name: firefox
|
||||||
path: extension/firefox/dist
|
path: extension/firefox/dist/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user