Skip to content

Commit

Permalink
Remove duplicate environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
alsi-lawr committed Aug 31, 2024
1 parent f0d8603 commit eabf596
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28152,7 +28152,6 @@ async function run() {
'-e', `UNIT_TEST_EXCLUDE_FILES=${excludeFiles}`,
'-e', `UNIT_TEST_EXCLUDE_MODULES=${excludeModules}`,
'-e', `UNIT_TEST_COVERAGE_THRESHOLD=${threshold}`,
'-e', `UNIT_TEST_PROJECT=${project}`,
'-w', '/workspace',
imageName,
'bash', '-c', script
Expand Down
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ async function run() {
'-e', `UNIT_TEST_EXCLUDE_FILES=${excludeFiles}`,
'-e', `UNIT_TEST_EXCLUDE_MODULES=${excludeModules}`,
'-e', `UNIT_TEST_COVERAGE_THRESHOLD=${threshold}`,
'-e', `UNIT_TEST_PROJECT=${project}`,
'-w', '/workspace',
imageName,
'bash', '-c', script
Expand Down

0 comments on commit eabf596

Please sign in to comment.