enbas/.forgejo/workflows/Tests.yaml
Dan Anglin 72ab61e28b
Some checks failed
Tests / test (pull_request) Failing after 5s
checkpoint: add workflow for tests
2024-08-17 16:35:27 +01:00

17 lines
267 B
YAML

---
name: Tests
on:
pull_request:
types:
- opened
- synchronize
jobs:
test:
runs-on: docker
steps:
- name: Checkout Repository
uses: https://code.forgejo.org/actions/checkout@v4
- name: Test
uses: ./forgejo/actions/tests