Skip to content

Follow-up / Making Scipio environment-configurable #245

Follow-up / Making Scipio environment-configurable

Follow-up / Making Scipio environment-configurable #245

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
Tests:
strategy:
matrix:
xcode_version:
- "16.0" # 6.0
env:
DEVELOPER_DIR: "/Applications/Xcode_${{ matrix.xcode_version }}.app/Contents/Developer"
runs-on: macos-14
steps:
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Run Tests
run: |
swift test --verbose
env:
ENABLE_INTEGRATION_TESTS: 1
IS_CI: 1