Skip to content

Commit 9d9aa5e

Browse files
authored
Simplify GitHub Actions workflow
Removed installation and build steps from workflow.
1 parent 2fa6956 commit 9d9aa5e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/learn-github-actions.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,5 @@ jobs:
1818
with:
1919
node-version: 20
2020

21-
- name: Install dependencies
22-
run: npm install
23-
2421
- name: Run tests
2522
run: npm test
26-
27-
- name: Build project
28-
run: npm run build

0 commit comments

Comments
 (0)