fix: install iproute2 in CI workflow
CI / Generate Certificates (push) Successful in 1m48s
CI / Frontend CI (push) Successful in 1m45s
CI / Backend CI (push) Successful in 1m49s
CI / E2E Tests (push) Has been cancelled

This commit is contained in:
ramvignesh-b
2026-05-05 00:40:05 +05:30
parent 9e920ef754
commit 102d76abd4
+4 -1
View File
@@ -117,6 +117,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Install Networking Tools
run: sudo apt-get update && sudo apt-get install -y iproute2
- name: Download Certificates - name: Download Certificates
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
@@ -131,7 +134,7 @@ jobs:
- name: Cache Playwright - name: Cache Playwright
id: playwright-cache id: playwright-cache
uses: actions/cache@v4 uses: actions/cache@v3
with: with:
path: ~/.cache/ms-playwright path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ hashFiles('frontend/bun.lock') }} key: ${{ runner.os }}-playwright-${{ hashFiles('frontend/bun.lock') }}