Skip to content

Commit 1faa2a6

Browse files
author
njay4928
committed
Refactor GitHub Actions workflow to streamline dependency installation and testing steps
1 parent 5726b80 commit 1faa2a6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/deploy-app.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ jobs:
1616
with:
1717
node-version: 18
1818

19-
- name: Check node version
20-
run: node -v
19+
- name: Install dependencies
20+
run: npm install
21+
22+
- name: Run tests
23+
run: npm test
2124

2225

2326

0 commit comments

Comments
 (0)