Skip to content

Try running the CI within devcontainer #15

Try running the CI within devcontainer

Try running the CI within devcontainer #15

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: Pre-build image and run build in dev container
uses: devcontainers/ci@v0.3
with:
imageName: ghcr.io/dkhalife/eclipse-mosquitto-with-auth
cacheFrom: ghcr.io/dkhalife/eclipse-mosquitto-with-auth
push: always
runCmd: |
cd src
make clean
make