We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd8951 commit 0b5bd5aCopy full SHA for 0b5bd5a
1 file changed
.github/workflows/build.yml
@@ -28,10 +28,6 @@ jobs:
28
- run: npm run build
29
- run: npm run format-check
30
- run: npm test
31
- - uses: actions/upload-artifact@v2
32
- with:
33
- name: my-artifact
34
- path: dist
35
- name: Verify no unstaged changes
36
if: runner.os != 'windows'
37
run: bash __tests__/verify-no-unstaged-changes.sh
0 commit comments