Files
test/.github/workflows/main.yml
Max Mehl 4db484fb93
Some checks failed
Test CI / test (push) Failing after 11s
use container image
2025-04-02 20:53:45 +02:00

18 lines
275 B
YAML

name: Test CI
on:
push:
branches:
- main
- master
jobs:
test:
runs-on: ubuntu-22.04
container:
image: ghcr.io/mxmehl/python-tests-image:3.12
steps:
- name: Checkout
uses: actions/checkout@v4
- run: python --version