Skip to content

Bump the github-actions group with 2 updates #222

Bump the github-actions group with 2 updates

Bump the github-actions group with 2 updates #222

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
environment: [test310, test311, test312, test313]
permissions:
actions: none
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
with:
persist-credentials: false
- name: Setup pixi
uses: prefix-dev/setup-pixi@82d477f15f3a381dbcc8adc1206ce643fe110fb7 # v0.9.3
with:
cache: true
- name: Tests
run: >
pixi run --environment ${{ matrix.environment }} test