Skip to content

Build of main by @orangewolf #327

Build of main by @orangewolf

Build of main by @orangewolf #327

name: "Build"
run-name: Build of ${{ github.ref_name }} by @${{ github.actor }}
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false
jobs:
build:
uses: scientist-softserv/actions/.github/workflows/[email protected]
secrets: inherit
with:
platforms: "linux/amd64" # "linux/amd64,linux/arm64"
webTarget: hyku-web
solr: true

Check failure on line 25 in .github/workflows/build-test-lint.yaml

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build-test-lint.yaml (Line: 25, Col: 13): Invalid input, solr is not defined in the referenced workflow. .github/workflows/build-test-lint.yaml (Line: 27, Col: 15): Invalid input, worker is not defined in the referenced workflow.
solrTarget:
worker: true
workerTarget: hyku-worker