Skip to content

feat(FC-1287) Added GA integration with automatic publishing #2

feat(FC-1287) Added GA integration with automatic publishing

feat(FC-1287) Added GA integration with automatic publishing #2

Workflow file for this run

name: pr pipeline
on:
pull_request:
types: [ opened, synchronize, reopened ]
jobs:
test_libraries:
uses: blockchain/devx-workflows/.github/workflows/[email protected]

Check failure on line 9 in .github/workflows/pr-pipeline.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-pipeline.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-pipeline.yml" -> "blockchain/devx-workflows/.github/workflows/[email protected]" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
version_script: scripts/version.sh
library_script: scripts/publish_lib.sh
build_docker_image: eu.gcr.io/blockchain-internal/build_common_jvm8-v2
secrets:
nexus_password: ${{ secrets.NEXUS_PASSWORD }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}