fix action title #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |