Skip to content

test CI workflow

test CI workflow #1

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Docker container
run: ./build_container.sh
- name: Compile all projects
run: ./flash_docker.sh ALL