Skip to content

. e updated VIPC to latest version of Caraya #14

. e updated VIPC to latest version of Caraya

. e updated VIPC to latest version of Caraya #14

Workflow file for this run

name: CI - Test&Build
on: [ push, workflow_dispatch ]
jobs:
build:
runs-on: LV20x64
steps:
- uses: actions/checkout@v3
- name: Test g-cli
shell: bash
run: ./run_test.sh
- name: Test Summary
uses: test-summary/action@v2
with:
paths: "UnitTestReport.xml"
if: always()