Skip to content

docs: Update changelog.json file for v3.5.00 #23

docs: Update changelog.json file for v3.5.00

docs: Update changelog.json file for v3.5.00 #23

Workflow file for this run

name: Ceedling tests using container
on:
push:
branches:
- develop
jobs:
unit-test:
runs-on: ubuntu-latest
container:
image: leanfrancucci/ceedling:latest
steps:
- uses: actions/checkout@v1
with:
submodules: recursive
- name: Run Ceedling tests
run: ./test-all.sh
working-directory: tools/ceedling