Skip to content

fix action title

fix action title #3

Workflow file for this run

name: SAFE meta automated tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Tool Restore
run: dotnet tool restore
- name: Test
working-directory: ./Build
run: dotnet run --project Build.fsproj -- Test