Skip to content

Try to find Godot exe #31

Try to find Godot exe

Try to find Godot exe #31

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
- name: Find Godot executable
run: |
find $HOME -type f -name "Godot*4.6*mono*"
- 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'