maze-solver/.forgejo/workflows/workflow.yaml
Dan Anglin 1cc3452e16
Some checks failed
test / test (pull_request) Failing after 1m7s
ci: update forgejo workflow
2024-08-02 09:02:47 +01:00

22 lines
410 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'
- name: Test Code
run: python tests.py