maze-solver/.forgejo/workflows/workflow.yaml
Dan Anglin 196f6b27c4
All checks were successful
test / test (pull_request) Successful in 3s
try running tests from Dockerfile
2024-08-16 06:11:39 +01:00

20 lines
339 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: Test Code
uses: ./.forgejo/actions/python
#- name: Test Code
# run: python tests.py