Skip to content

Commit 6ad6b9a

Browse files
committed
chore(ci): Install netcat for drivers testcontainers tests
1 parent 4a3e095 commit 6ad6b9a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/drivers-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ jobs:
328328
cd packages/cubejs-testing-drivers
329329
yarn tsc
330330
331+
- name: Install netcat for service checks
332+
run: sudo apt-get update && sudo apt-get install -y netcat-openbsd
333+
331334
- name: Download Docker image artifact
332335
uses: actions/download-artifact@v4
333336
with:

0 commit comments

Comments
 (0)