{"id":16214448,"url":"https://github.com/yeslayla/run-gut-tests-action","last_synced_at":"2025-08-05T06:12:50.937Z","repository":{"id":54539266,"uuid":"282522726","full_name":"yeslayla/run-gut-tests-action","owner":"yeslayla","description":"GitHub Action to run GUT tests for Godot","archived":false,"fork":false,"pushed_at":"2023-04-21T04:22:54.000Z","size":797,"stargazers_count":11,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-29T23:12:15.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"GDScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yeslayla.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-25T20:49:39.000Z","updated_at":"2025-02-18T16:40:44.000Z","dependencies_parsed_at":"2024-10-10T11:10:44.794Z","dependency_job_id":"225f03f7-f4b4-4c73-9a9a-cfd52b7b11f6","html_url":"https://github.com/yeslayla/run-gut-tests-action","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":0.2222222222222222,"last_synced_commit":"763318a75e80ccd1f67f063508454f50d4cfc5cf"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/yeslayla/run-gut-tests-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslayla%2Frun-gut-tests-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslayla%2Frun-gut-tests-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslayla%2Frun-gut-tests-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslayla%2Frun-gut-tests-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeslayla","download_url":"https://codeload.github.com/yeslayla/run-gut-tests-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeslayla%2Frun-gut-tests-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268844819,"owners_count":24316058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T11:10:39.521Z","updated_at":"2025-08-05T06:12:50.893Z","avatar_url":"https://github.com/yeslayla.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Release Version](https://img.shields.io/github/v/release/manleydev/run-gut-tests-action) ![Test Action](https://github.com/manleydev/run-gut-tests-action/workflows/Test%20Action/badge.svg)\n\n# Run GUT tests\nThis is an action that runs [GUT](https://github.com/bitwes/Gut) tests for Godot to easily automate testing.\n\n## Usage\n\nThis action will run [GUT](https://github.com/bitwes/Gut) tests inside of a docker image for your Godot project.\n\nExample:\n\n```yaml\nsteps:\n- uses: manleydev/run-gut-tests-action@[VERSION]\n  with:\n    directory: client\n```\n\n### Inputs\n\n#### containerImage\n\n    The docker image  where GUT tests are inside of. Defaults to `barichello/godot-ci:latest`\n\n#### directory\n\n    The name directory to run tests within. Defaults to the current directory.\n\n#### useContainer\n\n    Boolean value of whether or not to run container. Defaults to `true`\n\n#### godotExecutable\n\n    Path of Godot binary to call when running GUT tests. Defaults to `godot`\n\n\n## Configure GUT\n\nThis action requires you to configure GUT using the `.gutconfig.json` file which would be located in the root directory of your project.\n\nHere is an example `.gutconfig.json`:\n\n```json\n{\n    \"dirs\":[\n        \"res://tests/\"\n    ],\n    \"include_subdirs\":true,\n    \"ignore_pause\":true,\n    \"log_level\":2,\n    \"should_exit\":true,\n    \"should_maximize\":false\n}\n```\n\nFor more information on the config file, [see the GUT wiki](https://github.com/bitwes/Gut/wiki/Command-Line#config-file).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeslayla%2Frun-gut-tests-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeslayla%2Frun-gut-tests-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeslayla%2Frun-gut-tests-action/lists"}