Skip to content

Commit

Permalink
KDESKTOP-662 Testing configured host
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximePouce committed Mar 21, 2024
1 parent 50d895c commit 3172359
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 3172359

Please sign in to comment.