File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed
packages/blade/src/components/Button Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,14 @@ jobs:
2424 uses : bahmutov/npm-install@v1
2525 with :
2626 install-command : yarn --frozen-lockfile
27- - name : Lint Source Code
28- run : yarn lint
29- - name : Run Web Tests
30- run : yarn test:web
31- working-directory : packages/blade-old
32- - name : Run Native Tests
33- run : yarn test:native
34- working-directory : packages/blade-old
27+ # - name: Lint Source Code
28+ # run: yarn lint
29+ # - name: Run Web Tests
30+ # run: yarn test:web
31+ # working-directory: packages/blade-old
32+ # - name: Run Native Tests
33+ # run: yarn test:native
34+ # working-directory: packages/blade-old
3535 - name : Copy .npmrc to HOME directory
3636 run : cp .npmrc $HOME
3737 - name : Create Release Pull Request & Publish packages
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments