From 31723591e0b78043a53d70daf85dd25569cbb451 Mon Sep 17 00:00:00 2001 From: Maxime Pouce Date: Thu, 21 Mar 2024 09:28:40 +0100 Subject: [PATCH] KDESKTOP-662 Testing configured host --- .github/workflows/macos.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 000000000..947d7f05b --- /dev/null +++ b/.github/workflows/macos.yml @@ -0,0 +1,23 @@ +name: MacOS desktop CI + +on: + pull_request: + +concurrency: + group: macos + cancel-in-progress: true + +jobs: + instrumentation-tests: + # Testing to run on current draft PR + if: github.event.pull_request.draft = true + runs-on: [ self-hosted, tests ] + + steps: + - name: Checkout the code + uses: actions/checkout@v4.1.1 + with: + submodules: recursive + + - name: Test pwd + run : pwd