Skip to content

Make SVGView XP compliant #1

Make SVGView XP compliant

Make SVGView XP compliant #1

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test-linux:
name: Test on Linux
runs-on: ubuntu-latest
container:
image: swift:5.9
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Cache Swift PM
uses: actions/cache@v4
with:
path: .build
key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }}
restore-keys: |
${{ runner.os }}-spm-
- name: Run tests
run: swift test --enable-test-discovery