Skip to content

feat(container): add resetObjectScope(_:serviceType:) for finer cache… #61

feat(container): add resetObjectScope(_:serviceType:) for finer cache…

feat(container): add resetObjectScope(_:serviceType:) for finer cache… #61

Workflow file for this run

# This is the First Workflow for Testing with Github Actions
name: SPM Check
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
spm-check:
env:
DEVELOPER_DIR: /Applications/Xcode_16.4.app/Contents/Developer
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: "6.0.3"
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v