Skip to content

CLI Nightlies (macOS) #132

CLI Nightlies (macOS)

CLI Nightlies (macOS) #132

name: CLI Nightlies (macOS)
on:
workflow_dispatch:
schedule:
- cron: '45 22 * * *'
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test_build:
name: Test CLI
timeout-minutes: 20
runs-on: ["macos-latest"]
steps:
- name: Retrieve Code
uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v7
- name: Run Tests
env:
SIMVUE_URL: ${{ secrets.SIMVUE_URL }}
SIMVUE_TOKEN: ${{ secrets.SIMVUE_TOKEN }}
run: |
uv sync --python 3.14 --all-groups
uv run --python 3.14 \
pytest -x -c /dev/null -p no:warnings -v