Skip to content

use specific tag; this ain't semver #17

use specific tag; this ain't semver

use specific tag; this ain't semver #17

Workflow file for this run

name: Centralized workflow
on:
- push
- pull_request
- workflow_dispatch
jobs:
ui:
uses: folio-org/.github/.github/workflows/ui.yml@v1.1.0

Check failure on line 9 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" -> "folio-org/.github/.github/workflows/ui.yml@v1.1.0" (source tag with sha:c4e6af272bddb56398007492b3a6c79dedc751eb) --> "./.github/workflows/ui-install-and-lint.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
secrets: inherit
with:
jest-enabled: true
jest-test-command: yarn run test:jest
bigtest-enabled: true
bigtest-test-command: xvfb-run --server-args="-screen 0 1024x768x24" yarn run test:bigtest $YARN_TEST_OPTIONS --karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage