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
9d720b1832
commit
34d6648153
8
.github/workflows/CI.yml
vendored
8
.github/workflows/CI.yml
vendored
|
@ -25,10 +25,18 @@ jobs:
|
|||
- name: Build
|
||||
run: pnpm build:all
|
||||
|
||||
- shell: bash
|
||||
run: |
|
||||
ls extension/dist/
|
||||
|
||||
- shell: bash
|
||||
run: |
|
||||
ls extension/chrome/dist/
|
||||
|
||||
- shell: bash
|
||||
run: |
|
||||
ls extension/chrome/dist/dist/
|
||||
|
||||
- name: Archive Chrome Extension
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user