Skip to content

Dcuc testing

Dcuc testing #5

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
# uses: addnab/docker-run-action@v3
# with:
# image: dannyben/bashly
# options: --rm -it -v ${{ github.workspace }}:/app
# run: bashly generate
- name: tests
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/dasharo/dasharo-sdk:v1.5.0
options: --rm -it -v ${{ github.workspace }}:/dcu
run: |
cd dcu
export CI=1
test/config-ci
test/approve > CI_log.txt