Skip to content

Bump github.com/jpsim/yams from 5.0.6 to 5.1.2 #30

Bump github.com/jpsim/yams from 5.0.6 to 5.1.2

Bump github.com/jpsim/yams from 5.0.6 to 5.1.2 #30

Workflow file for this run

name: Tests
on:
workflow_call:
workflow_dispatch:
push:
branches: [ main ]
paths:
- '.github/workflows/tests.yml'
- '**.swift'
- 'Package.resolved'
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
paths:
- '.github/workflows/tests.yml'
- '**.swift'
- 'Package.resolved'
jobs:
unit_tests:
if: github.event.pull_request.draft == false
name: Run Tests
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: swift test