Skip to content

Include /tmp and /run in images (#7) #40

Include /tmp and /run in images (#7)

Include /tmp and /run in images (#7) #40

Workflow file for this run

name: dev
on: [ push, pull_request ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: gardenlinux/workflow-telemetry-action@6f19ac2411a52a120abb74c812592b44f165d05c # pin@v1
with:
metric_frequency: 1
comment_on_pr: false
- uses: actions/checkout@v4
- name: build
run: ./build
- name: test
run: ./test