Skip to content

Commit 5125d4f

Browse files
Merge pull request #4 from abiglobalhealth/feat/remove-test
feat: remove tests
2 parents ecc311f + 59defa5 commit 5125d4f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

action.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ runs:
3939
cache: npm
4040
registry-url: https://npm.pkg.github.com
4141

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}}
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}}
5151

5252
- name: 📡 Deploy the lambda function
5353
shell: bash

0 commit comments

Comments
 (0)