Skip to content

Commit 1473727

Browse files
committed
[more tmp]
1 parent 3e36fdc commit 1473727

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/lint-and-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
# that changes to dependencies or translations don't break the Unit Tests
191191
# We want to enforce that the actual `turbo@latest` package is used instead of a possible hijack from the user
192192
# the `${{ needs.base.outputs.turbo_args }}` is a string substitution happening from the base job
193-
run: npx --package=turbo@latest -- turbo test:ci ${{ needs.base.outputs.turbo_args }}
193+
run: NODE_OPTIONS="--test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=junit --test-reporter-destination=junit.xml --test-reporter=@reporters/github --test-reporter-destination=stdout" npx --package=turbo@latest -- turbo test:unit ${{ needs.base.outputs.turbo_args }}
194194

195195
- name: Start Visual Regression Tests (Chromatic)
196196
# This assigns the Environment Deployment for Storybook

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"prettier:fix": "npm run prettier -- --write",
3434
"format": "npm run lint:fix && npm run prettier:fix",
3535
"test": "turbo test:unit",
36-
"test:ci": "cross-env NODE_OPTIONS=\"--test-reporter=lcov --test-reporter-destination=lcov.info --test-reporter=junit --test-reporter-destination=junit.xml --test-reporter=@reporters/github --test-reporter-destination=stdout\" npm run test",
3736
"prepare": "husky"
3837
},
3938
"dependencies": {

0 commit comments

Comments
 (0)