Skip to content

Commit a0dc411

Browse files
author
shalini-90
committed
updated the workflow
1 parent 5be7420 commit a0dc411

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
local-testing: 'start'
4444
local-logging-level: 'all-logs'
45-
local-identifier: 'github-ci'
45+
local-identifier: ${{ env.LOCAL_IDENTIFIER }}
4646

4747
- name: 'Running a build'
4848
run: npm run build --if-present
@@ -54,4 +54,5 @@ jobs:
5454
uses: 'browserstack/github-actions/setup-local@master'
5555
with:
5656
local-testing: 'stop'
57+
local-identifier: ${{ env.LOCAL_IDENTIFIER }}
5758

0 commit comments

Comments
 (0)