Skip to content

Trying to enable web api test again 2 #8

Trying to enable web api test again 2

Trying to enable web api test again 2 #8

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@v1
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v