Skip to content

Commit 6ef5107

Browse files
committed
Probando workflow
1 parent 98685f8 commit 6ef5107

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
cache: 'npm'
2424
cache-dependency-path: varios/21/package.json
2525

26+
- name: Generate package-lock.json
27+
run: npm install --package-lock-only
28+
2629
- name: Install dependencies
2730
run: npm ci
2831

kubernetes/41/hello-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- containerPort: 80
2020
resources:
2121
requests:
22-
cpu: 500m
22+
cpu: 50m
2323
---
2424

2525
kind: Service

0 commit comments

Comments
 (0)