Skip to content

Add further ENet testing #55

Add further ENet testing

Add further ENet testing #55

Workflow file for this run

# https://github.com/marketplace/actions/gdunit4-test-runner-action
name: GdUnit4 Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: godot-gdunit-labs/gdUnit4-action@v1
with:
godot-version: '4.6'
godot-status: 'stable'
godot-net: true
paths: 'res://Setup/Testing'
console-verbosity: 'normal'
publish-report: false
upload-report: true
report-name: test-report.xml