We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352d28f commit 1171fd4Copy full SHA for 1171fd4
1 file changed
.github/workflows/release.yml
@@ -30,17 +30,6 @@ jobs:
30
- name: Install dependencies
31
run: npm install
32
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
41
- npm link
42
- sleep 5; SLS_DEBUG=1 npm run test:integration
43
44
- name: Publish to npm
45
env:
46
NODE_AUTH_TOKEN: ${{ secrets.NPM_SECRET }}
0 commit comments