Skip to content

Add Unit test running on GitActions #4

Add Unit test running on GitActions

Add Unit test running on GitActions #4

Workflow file for this run

name: PR Unit Test
on: [pull_request]
jobs:
pr-check:
runs-on: ubuntu-latest
strategy:
matrix:
- matrix.os: aws-linux

Check failure on line 10 in .github/workflows/pr-unit-test.yml

GitHub Actions / PR Unit Test

Invalid workflow file

The workflow is not valid. .github/workflows/pr-unit-test.yml (Line: 10, Col: 9): A sequence was not expected
matrix.build.type: Release
# - matrix.os: el7
# matrix.build.type: Release
- matrix.os: el8
matrix.build.type: Release
- matrix.os: ubuntu-focal-deb
matrix.build.type: Release
- matrix.os: ubuntu-focal
matrix.build.type: Release
- matrix.os: el8
matrix.build.type: LCheck
- matrix.os: el8
matrix.build.type: TCheck
- matrix.os: el8
matrix.build.type: DCheck
- matrix.os: el8
matrix.build.type: LCov
container:
image: ghcr.io/finos/symphonymediabridge/${{ matrix.os }}:latest
steps:
- uses: actions/checkout@v3
- run: docker/${{ matrix.os }}/buildscript.sh ${{ matrix.build.type }}"
- run: "docker/${{ matrix.os }}/runtests.sh"