Skip to content

New templates + Improvement #69

New templates + Improvement

New templates + Improvement #69

Workflow file for this run

name: Test Build
on:
pull_request:
types:
- opened
- reopened
- closed
branches:
- main
paths:
- '.github/publish_build.hurl'
- '.github/workflows/builder.yml'
- '.github/workflows/build-tester.yml'
jobs:
image-build:
if: github.event.action != 'closed' || (github.event.action == 'closed' && github.event.pull_request.merged)
strategy:
matrix:
architectures:
- amd64
uses: ./.github/workflows/builder.yml

Check failure on line 23 in .github/workflows/build-tester.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-tester.yml

Invalid workflow file

error parsing called workflow ".github/workflows/build-tester.yml" -> "./.github/workflows/builder.yml" : every step must define a `uses` or `run` key
with:
config_path: templates/debian-test.yml.j2
app_name: dummy_app
app_version: '0.0.0'
app_ports: 22
description: Dummy test
categories: test, dummy
project_source: https://github.com/soubinan/homelab-lxc
distribution: debian
release: bookworm
architecture: ${{matrix.architectures}}
branch_name: test
is_merged: false
secrets: inherit