Update configuration of steam and safety temperatures #75
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Pipeline | |
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 |