Skip to content

Merge pull request #139 from d-exclaimation/async-throwing-pubsub #166

Merge pull request #139 from d-exclaimation/async-throwing-pubsub

Merge pull request #139 from d-exclaimation/async-throwing-pubsub #166

Workflow file for this run

name: Automated Swift Test Workflow
on:
push:
branches: [main]
pull_request:
branches:
- main
- 'version-*'
jobs:
five-six:
container:
image: swift:5.6
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: swift build
- run: swift test
latest:
container:
image: swift:latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: swift build
- run: swift test