maze-solver/.forgejo/workflows/workflow.yaml
Dan Anglin 518f968088
Some checks failed
test / test (pull_request) Failing after 5s
add ability to re-run the simulation
2024-02-18 07:32:09 +00:00

22 lines
406 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@v3
- name: Install Python 3
uses: https://github.com/actions/setup-python@v5
with:
python-version: '3.12.2'
- name: Test Code
run: python tests.py