Skip to content

Ayskin is testing the code #99

Ayskin is testing the code

Ayskin is testing the code #99

Workflow file for this run

on: push
name: Code Tests
run-name: ${{ github.actor }} is testing the code
jobs:
Linux-Tests:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Setup pixi
uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.39.0
cache: false
- run: pixi run -e py311 test-api