We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5be7420 commit a0dc411Copy full SHA for a0dc411
.github/workflows/node.js.yml
@@ -42,7 +42,7 @@ jobs:
42
with:
43
local-testing: 'start'
44
local-logging-level: 'all-logs'
45
- local-identifier: 'github-ci'
+ local-identifier: ${{ env.LOCAL_IDENTIFIER }}
46
47
- name: 'Running a build'
48
run: npm run build --if-present
@@ -54,4 +54,5 @@ jobs:
54
uses: 'browserstack/github-actions/setup-local@master'
55
56
local-testing: 'stop'
57
58
0 commit comments