setup-godot/.github/workflows/test_global_json.yml
2023-03-30 18:55:30 -05:00

23 lines
512 B
YAML

name: 'build-test-global-json'
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
tests:
name: 🌐 Test with version from global.json
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
name: 🧾 Checkout
- uses: ./
name: 🤖 Setup Godot
with:
version: global.json # Use the version specified in global.json
use-dotnet: false
- name: 🔬 Verify Godot
run: |
godot --version