Skip to content

Add GS64 3.7.1 to build matrix #400

Add GS64 3.7.1 to build matrix

Add GS64 3.7.1 to build matrix #400

Workflow file for this run

name: 'GS64 Unit Tests'
on:
- push
- pull_request
- workflow_dispatch
jobs:
unit-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
gs64-ci:
- v2 #GS64 3.7.0
- v3 #GS64 3.7.1
name: GS64 Unit Tests
steps:
- uses: actions/checkout@v4
- name: Load Image and Run Tests
uses: 'ba-st-actions/gs64-ci@${{ matrix.gs64-ci }}'

Check failure on line 20 in .github/workflows/unit-tests-gs64.yml

View workflow run for this annotation

GitHub Actions / GS64 Unit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/unit-tests-gs64.yml (Line: 20, Col: 15): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.gs64-ci
with:
project_name: 'Buoy'
run_tests: 'true'