Skip to content

Commit ce4c56b

Browse files
Merge pull request #5 from abiglobalhealth/feat/remove-test-run
feat: remove test run
2 parents 5125d4f + f791b3d commit ce4c56b

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

action.yml

Lines changed: 8 additions & 8 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
42+
- name: 📺 Install dependencies
43+
shell: bash
44+
run: |
45+
node --version
46+
npm --version
47+
npm ci
4848
# npm run test
49-
# env:
50-
# NODE_AUTH_TOKEN: ${{inputs.NPM_PACKAGES_TOKEN}}
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)