Skip to content

Commit 88061c8

Browse files
Merge pull request #60 from CMU-17313Q/k6_workflow
Removed unnecessary Node.js installation
2 parents a563920 + b20c4b8 commit 88061c8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/k6-performance.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,6 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v4
2222

23-
- name: Setup Node.js
24-
uses: actions/setup-node@v4
25-
with:
26-
node-version: '20'
27-
cache: 'npm'
28-
29-
- name: Install dependencies
30-
run: npm ci
31-
3223
- name: Setup k6
3324
uses: grafana/k6-action@v0.3.1
3425
with:

0 commit comments

Comments
 (0)