Skip to content

Try this

Try this #2

Workflow file for this run

name: Tests
on:
push
jobs:
macos-tests:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
uses: swift-actions/setup-swift
with:

Check failure on line 17 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
swift-version: "6"
- name: Run Swift tests
run: swift test
android-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Run tests
uses: skiptools/swift-android-action@v2