Skip to content

Rename to NatsSwift

Rename to NatsSwift #4

Workflow file for this run

name: macos
on:
push:
branches: [ main, release/*, feature/* ]
pull_request:
branches: [ main, release/* ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Brew-Nats
run: brew install nats-server
- name: Run-Nats
run: nats-server -DVV &
- name: Run tests
run: swift test -v