Skip to content

Merge branch 'main' of github.com:ConSol/omd-consol-de #95

Merge branch 'main' of github.com:ConSol/omd-consol-de

Merge branch 'main' of github.com:ConSol/omd-consol-de #95

Workflow file for this run

name: citest
on:
push:
jobs:
citest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: preparetest tests
run: |
make preparetest
- name: run tests
run: |
make test
- name: cleanup
run: |
make clean