From 1b964d64fabf8ee2c950712791eb298faee30e48 Mon Sep 17 00:00:00 2001 From: Konstantin Babushkin Date: Thu, 7 Dec 2023 09:31:35 +0100 Subject: [PATCH] fix typo --- .github/workflows/integration_networking.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_networking.yml b/.github/workflows/integration_networking.yml index 51c8e3c6..cc18661c 100644 --- a/.github/workflows/integration_networking.yml +++ b/.github/workflows/integration_networking.yml @@ -68,5 +68,5 @@ jobs: echo OS_DOMAIN_ID=default } >> "$GITHUB_ENV" - name: Execute integration tests - run: php ./tests/integration/run.php -s=Compute + run: php ./tests/integration/run.php -s=Networking