Skip to content

Chore(deps): Bump prefix-dev/setup-pixi from 0.9.6 to 0.10.0 in the actions group #54

Chore(deps): Bump prefix-dev/setup-pixi from 0.9.6 to 0.10.0 in the actions group

Chore(deps): Bump prefix-dev/setup-pixi from 0.9.6 to 0.10.0 in the actions group #54

Workflow file for this run

name: Unit Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
environment: [test]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v7
with:
fetch-depth: 0
- uses: prefix-dev/setup-pixi@v0.10.0
with:
pixi-version: v0.59.0
environments: ${{ matrix.environment }}
frozen: true
- name: Run tests
run: pixi run -e ${{ matrix.environment }} test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v7.0.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: ${{ github.repository }}