Skip to content

Set working directory for make monitor step #46

Set working directory for make monitor step

Set working directory for make monitor step #46

Workflow file for this run

name: C Monitor-app
permissions:
contents: read
pull-requests: write
issues: write
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: make monitor
working-directory: ./host/
run: make monitor