From 5974ce90f6b8600be762e398c4b4f7b730b4bbb3 Mon Sep 17 00:00:00 2001 From: Anmol Date: Thu, 16 May 2024 22:11:06 +0530 Subject: [PATCH] fix typo in smoke tests (#446) --- .github/workflows/smoke-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke-tests.yaml b/.github/workflows/smoke-tests.yaml index edda6206..34bb6252 100644 --- a/.github/workflows/smoke-tests.yaml +++ b/.github/workflows/smoke-tests.yaml @@ -59,7 +59,7 @@ jobs: max-parallel: 4 env: - CONFIG_FILE: "tests/smoke/ci/${{ matrix.config-file }}" + CONFIG_FILE: "starship/tests/smoke/ci/${{ matrix.config-file }}" steps: - name: Checkout