Merge 9d050dba9cf38726447c3b2371cda57c166729b3 #83
Workflow file for this run
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: | |
- Dependent-SUnit-Extensions | |
- Deployment | |
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: 'Hyperspace' | |
load_spec: 'Hyperspace-${{ matrix.load-spec }}' | |
component-loading-3_7_1: | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
matrix: | |
load-spec: | |
- Dependent-SUnit-Extensions | |
- Deployment | |
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: 'Hyperspace' | |
load_spec: 'Hyperspace-${{ matrix.load-spec }}' |