Allow action to run locally

Update test workflows

Test Action: wget quiretly

Test Action: Install for user

Check condition on string

Cleanup and update test action

Run on runner: debug

Run on runner: debug

Run on runner: debug

Run on runner: debug

Run on runner: debug

Run on runner: debug

Run on runner: debug

Run on runner: debug

Run on runner: debug

Run on runner: debug
This commit is contained in:
2021-02-11 18:14:40 -05:00
parent ce937f3dd5
commit 5af87a011e
6 changed files with 241 additions and 105 deletions

View File

@ -3,13 +3,26 @@ name: Test Action
on: [push, pull_request]
jobs:
TestAction:
test_1:
name: "Test Action with Container"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Action
id: run_tests
uses: ./
with:
directory: test_proj
directory: test_proj
test_2:
name: "Test Action Locally"
runs-on: ubuntu-latest
container:
image: barichello/godot-ci:latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Action
uses: ./
with:
directory: test_proj
useContainer: false