Merge pull request #387 from Vitorgus/fix_space_in_storage_path #471
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Run GUT Tests | |
on: [push] | |
jobs: | |
TestAction: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Run Action | |
id: run_tests | |
uses: josephbmanley/[email protected] |