Skip to content

Commit 1171fd4

Browse files
committed
remove testing from release workflow
1 parent 352d28f commit 1171fd4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ jobs:
3030
- name: Install dependencies
3131
run: npm install
3232

33-
- name: Run Lint and Test
34-
run: |
35-
set -e
36-
npm run lint
37-
npm run test
38-
39-
- name: Integration Tests
40-
run: |
41-
npm link
42-
sleep 5; SLS_DEBUG=1 npm run test:integration
43-
4433
- name: Publish to npm
4534
env:
4635
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET }}

0 commit comments

Comments
 (0)