Skip to content

Update dependency pointfreeco/swift-snapshot-testing to from: "1.16.0" #85

Update dependency pointfreeco/swift-snapshot-testing to from: "1.16.0"

Update dependency pointfreeco/swift-snapshot-testing to from: "1.16.0" #85

Workflow file for this run

name: Merge or commit
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.app/Contents/Developer
on:
push:
pull_request:
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v