We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7795c commit b4d11abCopy full SHA for b4d11ab
.github/workflows/CI.yml
@@ -43,8 +43,5 @@ jobs:
43
run: yarn install
44
- name: Download Artifacts
45
uses: actions/download-artifact@v4
46
- with:
47
- name: ${{ github.sha }}
48
- path: ./packages/**/*
49
- name: Run Unit Tests
50
run: yarn test
0 commit comments