Skip to content

Use new Eozilla package #299

Use new Eozilla package

Use new Eozilla package #299

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/[email protected]
with:
pixi-version: v0.48.2
cache: true
auth-host: prefix.dev
auth-token: ${{ secrets.PREFIXDEV_AUTH_TOKEN }}
- name: Run checks
run: pixi run check
- name: Run test & coverage
run: pixi run coverage-ci
- name: Upload coverage reports
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: s2gos-dev/s2gos-controller
# Add other pixi tasks here