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