Skip to content

test: skip integration tests on CI #3

test: skip integration tests on CI

test: skip integration tests on CI #3

Workflow file for this run

name: ubuntu
on:
push:
branches: ["**"]
jobs:
ubuntu:
runs-on: ubuntu-latest
container: swift:6.0
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v