Skip to content

Commit 6c54c4d

Browse files
committed
Fix integration tests: replace ncc with npm run build in composite action
1 parent 1fbe967 commit 6c54c4d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/actions/minikube-setup/action.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,14 @@ runs:
1515
rm -rf node_modules/
1616
npm install
1717
18-
- name: Install ncc
18+
- name: Build
1919
shell: bash
20-
run: npm i -g @vercel/ncc
20+
run: npm run build
2121

2222
- name: Install conntrack
2323
shell: bash
2424
run: sudo apt-get install -y conntrack
2525

26-
- name: Build
27-
shell: bash
28-
run: ncc build src/run.ts -o lib
29-
3026
- uses: Azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4.0.1
3127
name: Install Kubectl
3228

0 commit comments

Comments
 (0)