Skip to content

chore: update CI.yml #6

chore: update CI.yml

chore: update CI.yml #6

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
env:
DEVELOPER_DIR: /Applications/Xcode-16.0.0.app/Contents/Developer
jobs:
test_humorAPIService:
runs-on: self-hosted
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set Swift tools version
run: swift package tools-version --set-current
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v