We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecc311f + 59defa5 commit 5125d4fCopy full SHA for 5125d4f
1 file changed
action.yml
@@ -39,15 +39,15 @@ runs:
39
cache: npm
40
registry-url: https://npm.pkg.github.com
41
42
- - name: 📺 Run tests
43
- shell: bash
44
- run: |
45
- node --version
46
- npm --version
47
- npm ci
48
- npm run test
49
- env:
50
- NODE_AUTH_TOKEN: ${{inputs.NPM_PACKAGES_TOKEN}}
+# - name: 📺 Run tests
+# shell: bash
+# run: |
+# node --version
+# npm --version
+# npm ci
+# npm run test
+# env:
+# NODE_AUTH_TOKEN: ${{inputs.NPM_PACKAGES_TOKEN}}
51
52
- name: 📡 Deploy the lambda function
53
shell: bash
0 commit comments