STCOM - 1390 improve text contrast of disabled text, adjust calendar … #648
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Centralized workflow | |
on: | |
- push | |
- pull_request | |
- workflow_dispatch | |
jobs: | |
ui: | |
uses: folio-org/.github/.github/workflows/[email protected] | |
if: github.ref_name == github.event.repository.default_branch || github.event_name != 'push' || github.ref_type == 'tag' | |
secrets: inherit | |
with: | |
jest-enabled: false | |
bigtest-enabled: true | |
bigtest-test-command: xvfb-run --server-args="-screen 0 1024x768x24" yarn test $YARN_TEST_OPTIONS --karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage | |
sonar-sources: ./hooks,./lib,./util | |
generate-module-descriptor: false | |
publish-module-descriptor: false | |