Update run_tests.yaml
Some checks failed
Test pipeline / test (push) Failing after 4s

This commit is contained in:
Alexander Minges 2025-03-21 15:44:48 +01:00
parent 52cbec2e60
commit 506ec66cc2
Signed by: Athemis
SSH key fingerprint: SHA256:TUXshgulbwL+FRYvBNo54pCsI0auROsSEgSvueKbkZ4

View file

@ -4,6 +4,8 @@ on: [push]
jobs:
test:
runs-on: docker
container:
image: python:3
steps:
- name: Check out repository
uses: actions/checkout@v4