Skip to content

anboen is testing the code #86

anboen is testing the code

anboen is testing the code #86

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/[email protected]
with:
pixi-version: v0.39.0
cache: false
- run: pixi run -e py311 test-api