Skip to content

ci: Update actions/cache to version 4 #20

ci: Update actions/cache to version 4

ci: Update actions/cache to version 4 #20

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