Skip to content

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
uses: ./.github/workflows/part-compile-and-test.yaml

Check failure on line 7 in .github/workflows/build-on-push.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-on-push.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-on-push.yaml" -> "./.github/workflows/part-compile-and-test.yaml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
version: E-SNAPSHOT
release:
if: github.ref == 'refs/heads/master'
needs: build
uses: ./.github/workflows/part-release.yaml
secrets: inherit