Merge pull request #199 from ba-st/json-mapping-defaults #182
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: 'GS64 Unit Tests' | |
on: | |
- push | |
- pull_request | |
- workflow_dispatch | |
jobs: | |
unit-tests-3_7_0: | |
runs-on: ubuntu-latest | |
name: GS64 v3.7.0 Unit Tests | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Load Image and Run Tests | |
uses: ba-st-actions/gs64-ci@v2 | |
with: | |
project_name: 'Stargate' | |
run_tests: 'true' | |
unit-tests-3_7_1: | |
runs-on: ubuntu-latest | |
name: GS64 v3.7.1 Unit Tests | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Load Image and Run Tests | |
uses: ba-st-actions/gs64-ci@v3 | |
with: | |
project_name: 'Stargate' | |
run_tests: 'true' |