Skip to content

add test workflow

add test workflow #1

Workflow file for this run

name: Unit tests
on:
workflow_call:
push:
jobs:
test:
name: Run tests

Check failure on line 9 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Unit tests

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 9, Col: 5): Required property is missing: runs-on
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Test
run: scripts/test.sh
- name: Dump docker logs on failure
if: failure()
uses: jwalton/gh-docker-logs@v2