Skip to content

ci(desktop): add GitHub Actions workflow for Swift tests #1

ci(desktop): add GitHub Actions workflow for Swift tests

ci(desktop): add GitHub Actions workflow for Swift tests #1

Workflow file for this run

name: Desktop CI
on:
push:
branches: [main]
paths:
- 'apps/desktop/**'
- '.github/workflows/desktop.yml'
pull_request:
branches: [main]
paths:
- 'apps/desktop/**'
- '.github/workflows/desktop.yml'
jobs:
swift-ci:
name: Swift CI
uses: plexusone/.github/.github/workflows/swift-ci.yaml@main
with:
working-directory: apps/desktop