Skip to content

🔧 chore: update changelog (#133) #564

🔧 chore: update changelog (#133)

🔧 chore: update changelog (#133) #564

Workflow file for this run

name: unit-tests
on:
pull_request:
push:
branches:
- main
- release**
jobs:
GrAITests:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Test
run: swift test -c release --filter GrAITests