Skip to content

Forgot to update the test #16

Forgot to update the test

Forgot to update the test #16

Workflow file for this run

name: Test
on:
push:
branches: ['main']
paths: ['GDBridge/**', 'GDBridge.Test/**', 'GDBridge.Generator/**']
pull_request:
branches: [ "*" ]
paths: ['GDBridge/**', 'GDBridge.Test/**', 'GDBridge.Generator/**']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
- name: Test
run: dotnet test --verbosity normal