Skip to content

Split integration-checks workflow into build-macos and build-linux #134

Split integration-checks workflow into build-macos and build-linux

Split integration-checks workflow into build-macos and build-linux #134

Workflow file for this run

name: build-linux
on:
push:
branches:
- "main"
jobs:
linux:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
run: swift build
- name: Test
run: swift test