Skip to content

Feature/1: GraphQLClient codegen (#3) #12

Feature/1: GraphQLClient codegen (#3)

Feature/1: GraphQLClient codegen (#3) #12

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
- name: Get swift version
run: swift --version
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
run: swift test