Skip to content

Updated googletest submodule #88

Updated googletest submodule

Updated googletest submodule #88

Workflow file for this run

name: Coffee Machine Library CI
on:
push:
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: Build
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Docker cache
uses: satackey/action-docker-layer-caching@v0.0.11
# Ignore the failure of a step and avoid terminating the job.
continue-on-error: true
- name: Build
run: make ci