Skip to content

Commit

Permalink
Merge branch 'master' into FOLIO-3627
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke authored Sep 13, 2023
2 parents b9c3f91 + 8d060f1 commit 5fd884d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
continue-on-error: true

- name: Run yarn test
run: xvfb-run --server-args="-screen 0 1024x768x24" yarn test $YARN_TEST_OPTIONS
run: xvfb-run --server-args="-screen 0 1024x768x24" yarn test:coverage $YARN_TEST_OPTIONS

- name: Run yarn formatjs-compile
if : ${{ env.COMPILE_TRANSLATION_FILES == 'true' }}
Expand Down Expand Up @@ -223,4 +223,4 @@ jobs:
customHeaders: '{ "Accept": "application/json; charset=utf-8" }'
data: ${{ steps.moduleDescriptor.outputs.content }}
username: ${{ secrets.FOLIO_REGISTRY_USERNAME }}
password: ${{ secrets.FOLIO_REGISTRY_PASSWORD }}
password: ${{ secrets.FOLIO_REGISTRY_PASSWORD }}
2 changes: 1 addition & 1 deletion .github/workflows/build-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
continue-on-error: true

- name: Run yarn test
run: xvfb-run --server-args="-screen 0 1024x768x24" yarn test $YARN_TEST_OPTIONS
run: xvfb-run --server-args="-screen 0 1024x768x24" yarn test:coverage $YARN_TEST_OPTIONS

- name: Run yarn formatjs-compile
if: ${{ env.COMPILE_TRANSLATION_FILES == 'true' }}
Expand Down

0 comments on commit 5fd884d

Please sign in to comment.