Skip to content

Nightly build and test #553

Nightly build and test

Nightly build and test #553

Workflow file for this run

name: Nightly build and test
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
on:
schedule:
- cron: '42 0 * * *'
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v