File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed
Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 4949 - name : Install and Build
5050 run : yarn install --immutable
5151
52+ test :
53+ needs : ['install']
54+ uses : ' ./.github/workflows/test.yml'
55+
5256 build :
5357 needs : ['install']
5458 name : ' Build'
7882
7983 - name : Build
8084 run : yarn build
81- test :
82- needs : ['build']
83- uses : ' ./.github/workflows/test.yml'
85+
86+ - uses : actions/upload-artifact@v4
87+ with :
88+ name : build-${{ matrix.react }}
89+ path : packages/*/dist
8490
8591 lint :
8692 needs : ['install']
Original file line number Diff line number Diff line change 4141 yarn add "@types/react@18" "@types/react-dom@18" --dev
4242 yarn add react@18 react-dom@18
4343
44- - name : Build
45- run : yarn build
44+ - uses : actions/download-artifact@v5
45+ with :
46+ name : build-${{ matrix.react }}
47+ - name : Display structure of downloaded files
48+ run : ls -R
4649
4750 - name : Cypress run
4851 uses : cypress-io/github-action@v6
You can’t perform that action at this time.
0 commit comments