From 62da86752592ccc4323359c0f20bcba426e2caec Mon Sep 17 00:00:00 2001 From: Mark Michaelis Date: Sat, 8 Mar 2025 16:15:13 +0100 Subject: [PATCH] fix(github): Fix System Tests Demo Wrong location and invalid structure. Fixed. --- {demo => .github/workflows}/system-tests-demo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename {demo => .github/workflows}/system-tests-demo.yml (89%) diff --git a/demo/system-tests-demo.yml b/.github/workflows/system-tests-demo.yml similarity index 89% rename from demo/system-tests-demo.yml rename to .github/workflows/system-tests-demo.yml index a179c52..e66e682 100644 --- a/demo/system-tests-demo.yml +++ b/.github/workflows/system-tests-demo.yml @@ -10,9 +10,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] install_gnu_tools: [true, false] - exclude: - - os: ubuntu-latest - install_gnu_tools: true + exclude: + - os: ubuntu-latest + install_gnu_tools: true steps: - name: Checkout repository