Intialize environment

This commit is contained in:
2020-08-15 14:07:28 -04:00
parent e97a57ca8e
commit 9a565d17d7
70 changed files with 8316 additions and 1 deletions

16
.github/workflows/run_gut_tests.yml vendored Normal file
View File

@ -0,0 +1,16 @@
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