Skip to content

remove macOS-specific code #131

remove macOS-specific code

remove macOS-specific code #131

name: Build And Test on EC2
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build
test:
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run tests
run: swift test