Skip to content

unit test badge bug #7

unit test badge bug

unit test badge bug #7

Workflow file for this run

name: Unit tests
on: [push, pull_request]
jobs:
tests:
name: All tests
runs-on: ubuntu-latest
steps:
- name: Checkout Ministun
uses: actions/checkout@v3
- name: Run tests
run: $GITHUB_WORKSPACE/.github/workflows/test.sh