From 2b66c5456c07e72a64337a00cbfb0719b9db1f50 Mon Sep 17 00:00:00 2001 From: Alexander Bij Date: Thu, 28 Dec 2023 14:04:02 +0100 Subject: [PATCH] Test the current version after installation. --- .github/workflows/test.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aba1cfc..dfd179d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -61,7 +61,6 @@ jobs: - name: Run smoke test run: | pip install dist/az-switch-*.whl - + # Does it actually work? az-switch --help - with: - working-directory: ./smoketest + working-directory: ./smoketest