Files
test/.github/workflows/main.yml
Max Mehl a582a74ad5
Some checks failed
Test CI / test (push) Failing after 13s
poetry install
2025-04-02 21:39:40 +02:00

27 lines
461 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: pwd
- run: ls -l $GITHUB_WORKSPACE
- run: python --version
- run: poetry install --verbose
# test2:
# runs-on: ubuntu-24.04
# steps:
# - run: pwd
# - run: whoami