GS64 Components Loading #190
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 Components Loading' | |
on: | |
- push | |
- pull_request | |
- workflow_dispatch | |
jobs: | |
component-loading-3_7_0: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
load-spec: | |
- Application-Configuration | |
- Application-Control | |
- Application-Info | |
- Core | |
- Dependent-SUnit-Extensions | |
- Deployment | |
- Examples | |
- HealthCheck | |
- Metrics | |
- JSON-RPC | |
name: GS64 v3.7.0 + ${{ matrix.load-spec }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Load component in image | |
uses: ba-st-actions/gs64-ci@v2 | |
with: | |
project_name: 'Stargate' | |
load_spec: 'Stargate-${{ matrix.load-spec }}' | |
component-loading-3_7_1: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
load-spec: | |
- Application-Configuration | |
- Application-Control | |
- Application-Info | |
- Core | |
- Dependent-SUnit-Extensions | |
- Deployment | |
- Examples | |
- HealthCheck | |
- Metrics | |
- JSON-RPC | |
name: GS64 v3.7.1 + ${{ matrix.load-spec }} | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Load component in image | |
uses: ba-st-actions/gs64-ci@v3 | |
with: | |
project_name: 'Stargate' | |
load_spec: 'Stargate-${{ matrix.load-spec }}' |