This repository has been archived on 2023-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
family-lineage/.github/workflows/run_gut_tests.yml

16 lines
335 B
YAML

name: GUT Tests
on: [push, pull_request]
jobs:
GUT:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run GUT Test
id: run_tests
uses: josephbmanley/run-gut-tests-action@v1.0.1
with:
containerImage: "barichello/godot-ci:3.2.2"
directory: client