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 4c1e2d1 commit 30302ddCopy full SHA for 30302dd
.github/workflows/continuous-integration.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build Code
46
run: yarn typecheck && yarn build
47
- name: Upload dist folder to artifacts
48
- uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4
+ uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4
49
with:
50
name: dist
51
path: dist/
@@ -74,7 +74,7 @@ jobs:
74
- name: Run tests
75
run: yarn test --coverage
76
- name: Store code coverage report
77
78
79
name: coverage
80
path: coverage/
0 commit comments