Skip to content

Commit fdd1293

Browse files
committed
ci: try different download
1 parent a9b858c commit fdd1293

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
4848
- run: yarn install
4949
- uses: actions/download-artifact@v2
50+
with:
51+
name: build
5052
- name: Run Linter
5153
run: yarn lint
5254

@@ -65,5 +67,8 @@ jobs:
6567
key: ${{ runner.os }}-${{ hashFiles('**/yarn.lock') }}
6668
- run: yarn install
6769
- uses: actions/download-artifact@v2
70+
with:
71+
name: build
72+
path: ${{ github.workspace }}/packages
6873
- name: Unit Tests
6974
run: yarn test

0 commit comments

Comments
 (0)