Files
snippet-manager/.gitea/workflows/ci.yml
7000pctAUTO f2ac88ba17
All checks were successful
CI / test (push) Successful in 1s
Test pip install with verbose
2026-03-22 12:52:49 +00:00

12 lines
203 B
YAML

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install pip
run: |
set -x
pip3 install --no-cache-dir pytest 2>&1 || echo "Exit code: $?"