From 455a8babc2a1fb3e69229da857f65e77ea656545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Jan=20K=C3=B6hler?= Date: Wed, 11 Dec 2024 19:10:41 +0100 Subject: [PATCH] Update integration-tests.yml --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 874892ae..0f1296f4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -52,4 +52,4 @@ jobs: with: compose-file: "./tests/fixtures/docker-compose.yml" test-container: iic-osic-tools - test-command: --skip bash -c "which klayout; klayout --version" + test-command: "--skip bash -c \"which klayout; klayout --version\""