Skip to content

extend build configs #44

extend build configs

extend build configs #44

Workflow file for this run

name: Centralized workflow
on:
- push
- pull_request
- workflow_dispatch
jobs:
ui:
# Use the shared workflow from https://github.com/folio-org/.github
uses: ./.github/workflows/ui-base.yml

Check failure on line 10 in .github/workflows/ui.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ui.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ui.yml" -> "./.github/workflows/ui-base.yml" (source branch with sha:f108cab5934591807d866de1a1065366e14597c1) : invalid value workflow reference: no version specified
# Only handle push events from the main branch or tags, to decrease PR noise
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag'
secrets: inherit
with:
compile-translations: false
jest-test-command: npm run test:unit
sonar-enabled: false