Skip to content

.github/workflows/debug-stuff.yml #3

.github/workflows/debug-stuff.yml

.github/workflows/debug-stuff.yml #3

Workflow file for this run

name: Debug
on:
workflow_dispatch:
inputs:
clojureRepo:
description: "Repository name with owner."
required: true
default: 'clojure/clojure'
clojureRef:
description: "The branch, tag or SHA to checkout"
required: true
default: 'master'
jobs:
test-xtdb:
uses: ./.github/workflows/test-deps-repo.yml

Check failure on line 17 in .github/workflows/debug-stuff.yml

View workflow run for this annotation

GitHub Actions / Debug

Invalid workflow file

The workflow is not valid. .github/workflows/debug-stuff.yml (Line: 17, Col: 11): Input testDir is required, but not provided while calling.
with:
clojureRepo: ${{ inputs.clojureRepo }}
clojureRef: ${{ inputs.clojureRef }}
subjectRepo: 'scicloj/metamorph'
subjectRef: 'master'
testCmd: '-M:test'