test: fix browserstack workflow(build-name)

issues/907-white-space-in-bold-and-italic-causes-problems
Estevão Soares dos Santos 2022-03-27 04:16:12 +01:00
parent eb4b78ac66
commit 2715e76471
2 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,9 @@ jobs:
id: package-version
uses: martinbeentjes/npm-get-version-action@v1.1.0
- name: '📝 Print build version'
run: echo ${{ steps.package-version.outputs.current-version}}-${{ github.run_id }}
- name: '📱 BrowserStack Env Setup' # Invokes the setup-env action
uses: browserstack/github-actions/setup-env@master
with:

View File

@ -5,7 +5,7 @@ module.exports = function (config) {
username: process.env.BROWSERSTACK_USERNAME,
accessKey: process.env.BROWSERSTACK_ACCESSKEY,
project: 'showdown',
build: require('./package.json').version,
//build: require('./package.json').version,
name: 'Unit Testing'
},