maze-solver/.forgejo/workflows/workflow.yaml
Dan Anglin bedb3a4447
Some checks failed
test / test (pull_request) Failing after 5s
try removing python-version
2024-08-02 09:24:58 +01:00

22 lines
414 B
YAML

---
name: test
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
test:
runs-on: docker
steps:
- name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v4
- name: Install Python 3
uses: https://code.forgejo.org/actions/setup-python@v5
#with:
# python-version: '3.12.4'
- name: Test Code
run: python tests.py