Skip to content

Commit

Permalink
Merge pull request #1621 from folio-org/FOLIO-3270
Browse files Browse the repository at this point in the history
FOLIO-3270 handle default branch name in sonarcloud workflow-step
  • Loading branch information
ankitasen-ubmainz authored Oct 7, 2021
2 parents f36c27f + 9aaab36 commit c5a4d02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
workflow_dispatch:

jobs:
build:
build-npm-release:
if : ${{ startsWith(github.ref, 'refs/tags/v') }}
env:
YARN_TEST_OPTIONS: '--karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: buildNPM Snapshot
on: [push, pull_request]

jobs:
build:
build-npm:
env:
YARN_TEST_OPTIONS: '--karma.singleRun --karma.browsers ChromeDocker --karma.reporters mocha junit --coverage'
SQ_ROOT_DIR: './lib'
Expand Down

0 comments on commit c5a4d02

Please sign in to comment.