Skip to content

Dcuc testing

Dcuc testing #2

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# - name: build
# run: make
- name: tests
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/dasharo/dasharo-sdk:v1.5.0
options: -v ${{ github.workspace }}:/dcu
run: |
cd dcu
export CI=1
test/config-ci
test/approve-ci > CI_log.txt