Skip to content

Update Tests.yml

Update Tests.yml #15

Workflow file for this run

name: Tests
on:
push:
branches:
- master
##schedule:
## - cron: "0 12 * * 3-3"
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v