Skip to content

Generate a predictable and customizable GUI in cuiman #416

Generate a predictable and customizable GUI in cuiman

Generate a predictable and customizable GUI in cuiman #416

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
pixi-ci:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.9.3
with:
pixi-version: v0.59.0
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIXDEV_AUTH_TOKEN }}
- name: Run checks
run: pixi run checks
- name: Run test & coverage
run: pixi run coverage-ci
- name: Upload coverage reports
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: eo-tools/eozilla
# Add other pixi tasks here