jtr/.gitea/workflows/test.yml
mdnapo 5b40b45bfa
Some checks failed
Run the JSON parser tests / test (push) Failing after 43s
Updated test workflow
2024-10-19 14:19:58 +02:00

16 lines
413 B
YAML

name: Run the JSON parser tests
run-name: ${{ gitea.actor }} triggered a test for the Json.Parser
on: [ push ]
jobs:
test:
runs-on: ubuntu-latest
if: gitea.ref == 'refs/heads/develop'
steps:
- uses: https://github.com/actions/checkout@v4
- uses: https://github.com/actions/setup-dotnet@v4
with:
dotnet-version: '8.x'
- name: "Run tests"
run: dotnet test